|
|
@6661
|
15 years |
rgrieder |
Fixed Lua stack trace output if Debugger could not be started.
|
|
|
@6660
|
15 years |
rgrieder |
Improved Lua error handling: Clearer messages and debugger hook.
So, …
|
|
|
@6659
|
15 years |
rgrieder |
Use "P." instead of "P:" when using our sheets as objects, not …
|
|
|
@6658
|
15 years |
rgrieder |
Restructured InitialiseGUI.lua a little bit. Also sorted out cursor …
|
|
|
@6657
|
15 years |
rgrieder |
Implemented indirect function calls for input events. It simply means …
|
|
|
@6656
|
15 years |
rgrieder |
Moved InputStatePriority from InputState.h to InputPrereqs.h
|
|
|
@6655
|
15 years |
rgrieder |
Fixed a bug in LuaState that caused Lua Debugger to malfunction when …
|
|
|
@6630
|
15 years |
rgrieder |
Added Strict.lua: When activated with require("Strict"), it will check …
|
|
|
@6629
|
15 years |
rgrieder |
Fixed LuaState::doFile return value issue.
|
|
|
@6628
|
15 years |
rgrieder |
Lua Debugger is not written for Lua 5.0. Only include it for 5.1 and above.
|
|
|
@6627
|
15 years |
rgrieder |
Added Lua debugging support for XML embedded Lua code (even steps into …
|
|
|
@6626
|
15 years |
rgrieder |
Modified Debugger.lua so we can debug any Lua files from our …
|
|
|
@6625
|
15 years |
rgrieder |
Lua debugger working perfectly by supplying the fully qualified …
|
|
|
@6624
|
15 years |
rgrieder |
Added Debugger.lua by Dave Nichols of Match-IT Limited.
It is a …
|
|
|
@6623
|
15 years |
rgrieder |
The lua "print" function was previously stored in "debug" —> changed …
|
|
|
@6622
|
15 years |
rgrieder |
Made IOConsole optional: use "—noIOConsole" or set config value …
|
|
|
@6621
|
15 years |
rgrieder |
Simplified GUI sheet creation (first lines in the lua file) a lot by …
|
|
|
@6572
|
15 years |
rgrieder |
Added TaharezGreenLook scheme files and made the look default, so we …
|
|
|
@6571
|
15 years |
rgrieder |
Removed last remains of hard coded Taharez references:
Refer to the …
|
|
|
@6569
|
15 years |
rgrieder |
Completed skin abstraction for Taharez, Windows, Vanilla and SleeSpace …
|
|
|
@6567
|
15 years |
rgrieder |
Added definitions for the HUD widgets.
|
|
|
@6566
|
15 years |
rgrieder |
Changed the way windows are aliased: Instead of defining …
|
|
|
@6564
|
15 years |
rgrieder |
Changed use of CEGUI widgets: Instead of addressing a type with …
|
|
|
@6548
|
15 years |
rgrieder |
Added a new look from the CEGUI skin repository: sleekspace.
(added …
|
|
|
@6546
|
15 years |
rgrieder |
Removed yet another obsolete cegui file.
|
|
|
@6545
|
15 years |
rgrieder |
It seems we don't usually define the fonts used in widgets manually. …
|
|
|
@6544
|
15 years |
rgrieder |
Removed loads of CEGUI related files that we really don't need. Most …
|
|
|
@6537
|
15 years |
rgrieder |
Linked every GUI sheet to exactly one InputState.
Also added …
|
|
|
@6459
|
15 years |
rgrieder |
Simplified BasicGUI construction. Just give the name of the GUI as …
|
|
|
@6442
|
15 years |
rgrieder |
Removed unnecessary path qualifiers.
|
|
|
@6441
|
15 years |
rgrieder |
Added XML loadable wrapper class that can load GUI sheets.
|
|
|
@6440
|
15 years |
rgrieder |
Fixed typos.
|
|
|
@6439
|
15 years |
rgrieder |
Found two macros that can be replaced by simple inline functions.
|
|
|
@6437
|
15 years |
rgrieder |
Added support for keybindings.ini merging:
When running development …
|
|
|
@6432
|
15 years |
rgrieder |
Changed the way config values associated with general settings …
|
|
|
@6431
|
15 years |
rgrieder |
Extended Singleton<T> with a exists() method.
|
|
|
@6430
|
15 years |
rgrieder |
Created branch to ditch the GameStates.
|
|
copied from code/trunk:
|
|
|
@6429
|
15 years |
rgrieder |
No STL iterator bounds checking for MSVC release versions.
|