All is done and ready. These bug fixes will make using LE a lot easier, since you don't need to specify the (str) cast anymore, and it should be a bit faster too, since I fixed some internal unoptimal programming (constants must come always before dynamic expressions!). First I only wanted to update the copyright notices in LEO, but ended up in a 5 day overhaul of all LEO formatting (a lot of spaces were replaced with tabs, resulting in a almost 10k slimmer LEO), which I always wanted to do, but it was too much work to do at once, except now since I have summer holidays. It looks very clean and consistent now, if someone enjoys good looking source code
I've sent the C/C++ headers to Josh, so he might put them in the SDK updater soon with some information what else has been fixed.
EDIT: Now the new headers are in the SDK updater, here's a short summary what has been fixed:
- missing syntax highlight keywords
- Leadwerks Copyright 1999-2010 banner updates
- more static methods, as requested by masterxilo
- more const parameters, as requested by roland
- scalar operators for all Vector types in mathlib, as requested by masterxilo
- missing commands in LEO
- misplaced commands in LEO
- missing keyboard constants
- missing viewrange constants
- wrong applog constants