|
|
@7958
|
14 years |
dafrick |
Fixed a warning.
|
|
|
@7891
|
14 years |
landauf |
keybind mode shouldn't be changed if it was defined explicitly in the …
|
|
|
@7876
|
14 years |
dafrick |
Extending startGame and similar console commands, now also the level …
|
|
|
@7874
|
14 years |
landauf |
WindowEventListener now declares if the window's focus is active or …
|
|
|
@7873
|
14 years |
landauf |
fixed mouse cursor offset after window resize
|
|
|
@7872
|
14 years |
rgrieder |
Fixed msvc warning.
|
|
|
@7871
|
14 years |
rgrieder |
Fixed msvc build: Functor does not necessarily have to be parametrized …
|
|
|
@7870
|
14 years |
landauf |
added feature: ogre config dialog keeps showing up on startup until …
|
|
|
@7868
|
14 years |
landauf |
use exit() instead of abort() if the ogre config dialog was canceled …
|
|
|
@7861
|
14 years |
landauf |
added function to KeyBinder which allows to change the keybind mode …
|
|
|
@7859
|
14 years |
landauf |
implemented feature to reset the mouse cursor to the center
used in …
|
|
|
@7851
|
14 years |
landauf |
added "safe mode" feature to FunctorMember: if enabled, the functor …
|
|
|
@7850
|
14 years |
landauf |
moved if(object) condition from WeakPtr to DestructionListener
|
|
|
@7849
|
14 years |
landauf |
Added DestructionListener, a class which gets notified if a certain …
|
|
|
@7811
|
14 years |
rgrieder |
Fixed possible bug.
|
|
|
@7809
|
14 years |
rgrieder |
Fixed Doxygen problem ('Template' is not always a type).
|
|
|
@7801
|
14 years |
dafrick |
Merging presentation2 branch back to trunk.
|
|
|
@7709
|
14 years |
dafrick |
Merging data_cleanup branch. You will need to update your data …
|
|
|
@7648
|
14 years |
dafrick |
Merged releasetodo, containing a new way to describe and tag levels, …
|
|
|
@7427
|
14 years |
rgrieder |
Applied fixes from sandbox_qt to trunk.
|
|
|
@7422
|
14 years |
adrfried |
Improve getTerminalSize
Width and height never get 0 anymore, this …
|
|
|
@7403
|
14 years |
dafrick |
Merged notifications branch back to trunk.
|
|
|
@7401
|
14 years |
landauf |
merged doc branch back to trunk
|
|
|
@7301
|
14 years |
dafrick |
Improving documentation for MultiTriggers, also some small bugfixes, …
|
|
|
@7287
|
14 years |
rgrieder |
Split IOConsole in two separate files for better browsing.
|
|
|
@7286
|
14 years |
dafrick |
Now compiles under linux (ubuntu 10.04) as well.
|
|
|
@7284
|
14 years |
landauf |
merged consolecommands3 branch back to trunk.
note: the console …
|
|
|
@7278
|
14 years |
landauf |
build fix for gcc
|
|
|
@7271
|
14 years |
rgrieder |
There is no such word as "casted".
Also inserted 4 static_casts and …
|
|
|
@7268
|
14 years |
rgrieder |
operator=() should not return constant references.
|
|
|
@7266
|
14 years |
rgrieder |
Moved Loki library files to separate loki folder in externals.
Also …
|
|
|
@7177
|
14 years |
landauf |
fixed a potential problem introduced in r7158 - calling an executor on …
|
|
|
@7175
|
14 years |
rgrieder |
Fixed a problem with Ogre 1.7 and our exception handling mechanism. …
|
|
|
@7174
|
14 years |
rgrieder |
Only catch exceptions you actually expect. And rethrow unknown …
|
|
|
@7169
|
14 years |
landauf |
fixed an issue with boost 1.44.0
|
|
|
@7167
|
14 years |
landauf |
using SetConfigValueExternal also for two old config values
|
|
|
@7166
|
14 years |
landauf |
added new macro to ConfigValueIncludes.h, "SetConfigValueExternal" for …
|
|
|
@7165
|
14 years |
landauf |
for some reason MinGW with gcc 4.5 needs some additional _UtilExport …
|
|
|
@7163
|
14 years |
dafrick |
Merged presentation3 branch into trunk.
|
|
|
@6859
|
15 years |
dafrick |
Resolved a bug in MultiTriggerContainer that caused the …
|
|
|
@6800
|
15 years |
dafrick |
Created a new class of triggers called Multitriggers.
MultiTriggers …
|
|
|
@6763
|
15 years |
rgrieder |
Using our own error handler (including the debugger) for Lua code …
|
|
|
@6749
|
15 years |
rgrieder |
Background wasn't transparent upon start up —> black screen when …
|
|
|
@6746
|
15 years |
rgrieder |
Merged gamestates2 branch back to trunk.
This brings in some heavy …
|
|
|
@6536
|
15 years |
rgrieder |
Merged revisions 6430-6440 from the gamestate branch to the trunk. …
|
|
|
@6524
|
15 years |
dafrick |
Merged pickup branch into trunk. Yay. Persisting bugs will be fixed, …
|
|
|
@6502
|
15 years |
rgrieder |
Removed a ton of msvc warnings revealed with OGRE v1.7 (they removed …
|
|
|
@6501
|
15 years |
rgrieder |
Ensured OGRE v1.7 "Cthugha" code compatibility. Does not yet seem to …
|
|
|
@6428
|
15 years |
rgrieder |
Changed config value handling in the KeyBinder. Doesn't change the …
|
|
|
@6427
|
15 years |
rgrieder |
Fixed (whyever it works now) bug in KeyBind menu that caused an error …
|
|
|
@6425
|
15 years |
rgrieder |
Replaced "=" with " = " in our ini files for the config value.
Also …
|
|
|
@6423
|
15 years |
rgrieder |
Fixed bug that caused derived classes to list the base class's config …
|
|
|
@6422
|
15 years |
rgrieder |
Uniform code-styling per file. As if I didn't know what to do
|
|
|
@6417
|
15 years |
rgrieder |
Merged presentation2 branch back to trunk.
Major new features:
- …
|
|
|
@6105
|
15 years |
rgrieder |
Merged console branch back to trunk.
|
|
|
@6084
|
15 years |
rgrieder |
- Fixed typing error in a cmake file causing a rebuild of the …
|
|
|
@6075
|
15 years |
rgrieder |
Ogre plugins are only required when having graphics. This should speed …
|
|
|
@6073
|
15 years |
rgrieder |
Found more tabs in the trunk.
|
|
|
@6035
|
15 years |
rgrieder |
Fixed program termination segfault in the trunk
|
|
|
@6021
|
15 years |
rgrieder |
Renamed CommandLine to CommandLineParse to avoid confusions with the …
|
|
|
@5940
|
15 years |
rgrieder |
Fixed boost v1.36 build.
|
|
|
@5929
|
15 years |
rgrieder |
Merged core5 branch back to the trunk.
Key features include clean …
|
|
|
@5781
|
15 years |
rgrieder |
Reverted trunk again. We might want to find a way to delete these …
|
|
|
@5774
|
15 years |
rgrieder |
Removed almost everything. Should be working already, but not yet …
|
|
|
@5759
|
15 years |
rgrieder |
Fixed a small bug.
|
|
|
@5750
|
15 years |
rgrieder |
Fixed case issues and fixed non-PCH build in DynLib.cc on Linux
|
|
|
@5749
|
15 years |
rgrieder |
Sorted out header file finding issues and updated/added precompiled …
|
|
|
@5747
|
15 years |
rgrieder |
Added Exception::handleMessage() (copy from Game::getExceptionMessage) …
|
|
|
@5738
|
15 years |
landauf |
merged libraries2 back to trunk
|
|
copied from code/branches/libraries2/src/libraries/core:
|
|
|
@5715
|
15 years |
landauf |
removed mergeinfo properties
|