|
|
@11712
|
7 years |
landauf |
icon is not needed in core-library, is already included in …
|
|
|
@11699
|
7 years |
landauf |
trying to fix build for MSVC but still having trouble with the …
|
|
|
@11696
|
7 years |
landauf |
whoops. must remove the extensions from the library's file name before …
|
|
|
@11692
|
7 years |
landauf |
with the latest CMake there are a lot of warnings about the usage of …
|
|
|
@11691
|
7 years |
landauf |
bugfix: don't try to unload a DynLib if it doesn't exist (e.g. after …
|
|
|
@11160
|
9 years |
landauf |
removed unnecessary backslashes
|
|
|
@11117
|
9 years |
landauf |
preparing for CEGUI 0.8
|
|
|
@11115
|
9 years |
landauf |
fixed code to compile in 64bit mode
|
|
|
@11106
|
9 years |
muemart |
Fix a memory leak. Also fix some potentially invalid references to …
|
|
|
@11103
|
9 years |
landauf |
fixed warnings (release build).
fixed error in GravityBombField
|
|
|
@11101
|
9 years |
landauf |
fixed build when combining new cegui with old ogre
|
|
|
@11099
|
9 years |
muemart |
Fix loads of doxygen warnings and other documentation issues
|
|
|
@11095
|
9 years |
landauf |
simplified transparency-check
|
|
|
@11089
|
9 years |
landauf |
glow effect is now visible through transparent elements (e.g. …
|
|
|
@11085
|
9 years |
landauf |
enable glow shader in all scenes
|
|
|
@11083
|
9 years |
muemart |
Fix some clang-tidy warnings.
Also, Serialise.h was doing some C-style …
|
|
|
@11082
|
9 years |
landauf |
trying to fix bogus warning on gcc [see …
|
|
|
@11077
|
9 years |
muemart |
Remove some non-ASCII characters to avoid encoding issues. This only …
|
|
|
@11071
|
9 years |
landauf |
merged branch cpp11_v3 back to trunk
|
|
|
@11052
|
9 years |
landauf |
merged branch presentationHS15 back to trunk
|
|
|
@11020
|
9 years |
landauf |
fixed some cases where 'delete' was used instead of destroy()
|
|
|
@11019
|
9 years |
landauf |
(re-)added warning when a destroyable gets deleted without using …
|
|
|
@11017
|
9 years |
landauf |
write warning to console if unloading of plugins is disabled
|
|
|
@11016
|
9 years |
landauf |
Added config value to PluginManager to define whether a dereferenced …
|
|
|
@11015
|
9 years |
landauf |
added option to merely deactivate a plugin when its reference count …
|
|
|
@11014
|
9 years |
landauf |
moved code for loading/unloading a plugin into separate functions
|
|
|
@11012
|
9 years |
landauf |
added unittest for plugin loading and unloading
|
|
|
@11011
|
9 years |
landauf |
moved command line argument from Main to Core because it is used there
|
|
|
@10693
|
9 years |
landauf |
fixed undefined reference with msvc14 (only occurred in buildmode …
|
|
|
@10624
|
9 years |
landauf |
merged branch core7 back to trunk
|
|
|
@10298
|
10 years |
landauf |
fixed potential crash during level-unloading: Namespace is a context …
|
|
|
@10295
|
10 years |
muemart |
Avoid using the system path variables on windows (also gets rid of two …
|
|
|
@10279
|
10 years |
landauf |
fixed msvc warnings
|
|
|
@10278
|
10 years |
landauf |
fixed issue with inline-lua-code. only add an extra space if there's …
|
|
|
@10273
|
10 years |
landauf |
bugfix & simplification & comment by bknecht
|
|
|
@10272
|
10 years |
landauf |
reverted a part of the changes from r10264. only single lua-tags …
|
|
|
@10271
|
10 years |
landauf |
bugfix: resize CEGUI if render window changes size
|
|
|
@10269
|
10 years |
muemart |
Tweak the xml error message a bit
|
|
|
@10268
|
10 years |
landauf |
program icon now works also with MinGW. but I had to exclude the …
|
|
|
@10267
|
10 years |
muemart |
Add program icon for Windows builds (MSVC only for now)
|
|
|
@10265
|
10 years |
landauf |
fixed build with older compilers (pre c++11)
|
|
|
@10264
|
10 years |
muemart |
Various fixes and improvements in the Loader (and LuaState)
- When …
|
|
|
@10208
|
10 years |
muemart |
Some small fixes for the MSVC build
- Don't hardcode library names. …
|
|
|
@10189
|
10 years |
landauf |
added new collision shape (cylinder)
|
|
|
@9983
|
11 years |
landauf |
detail
|
|
|
@9982
|
11 years |
landauf |
added option to force the arguments which are defined in the …
|
|
|
@9981
|
11 years |
landauf |
I think that was a bug - why should a command not be added if it has …
|
|
|
@9978
|
11 years |
landauf |
added new keybind mode 'OnPressAndRelease' which triggers both when a …
|
|
|
@9975
|
11 years |
landauf |
details
|
|
|
@9944
|
11 years |
landauf |
no Thilo, we don't want to call preDestroy()
made documentation of …
|
|
|
@9759
|
11 years |
landauf |
fixed warning (msvc)
|
|
|
@9703
|
11 years |
landauf |
fixed build with boost 1.48 and 1.49
|
|
|
@9684
|
11 years |
landauf |
added missing includes
|
|
|
@9676
|
11 years |
landauf |
fixed warnings with gcc 4.7
|
|
|
@9675
|
11 years |
landauf |
merged branch 'libs' back to trunk. orxonox now compiles and runs with …
|
|
|
@9667
|
11 years |
landauf |
merged core6 back to trunk
|
|
|
@9576
|
12 years |
landauf |
fall back to default parser if CEGUI cannot load XercesParser
|
|
|
@9575
|
12 years |
fmauro |
Force CEGUI to use Xerces parser instead of TinyXML with versions …
|
|
|
@9550
|
12 years |
landauf |
merged testing branch back to trunk. unbelievable it took me 13 months …
|
|
|
@9348
|
12 years |
landauf |
merged branch presentation2012merge back to trunk
|
|
|
@9050
|
13 years |
dafrick |
More elegant resolution of discrepancies between cegui 0.6 and 0.7.
|
|
|
@9016
|
13 years |
jo |
Merging presentation2011 branch to trunk. Please check for possible bugs.
|
|
|
@8866
|
13 years |
dafrick |
Moved clone base method into Pickupable to avoid ambiguity.
|
|
|
@8863
|
13 years |
landauf |
added warning if a super-function has two possible parents. this …
|
|
|
@8862
|
13 years |
landauf |
added config value to enable/disable preloading of menu sheets during …
|
|
|
@8861
|
13 years |
landauf |
added some additional output for loading steps that might take some …
|
|
|
@8858
|
13 years |
landauf |
merged output branch back to trunk.
Changes:
- you have to include …
|
|
|
@8729
|
13 years |
rgrieder |
Merged unity_build branch back to trunk.
Features:
- Implemented …
|
|
|
@8706
|
13 years |
dafrick |
Merging presentation branch back into trunk.
There are many new …
|
|
|
@8530
|
13 years |
landauf |
added config value to define the scroll speed in CEGUI listboxes. …
|
|
|
@8527
|
13 years |
landauf |
build fix for mingw, d_ostream.open() is not defined for wchar
|
|
|
@8505
|
13 years |
rgrieder |
Do not limit the main thread to the first Core/CPU on Windows. It …
|
|
|
@8467
|
13 years |
rgrieder |
Bugfix for log file paths containing non ASCII characters.
Only works …
|
|
|
@8439
|
13 years |
rgrieder |
Fixed overlay drawing issue with CEGUI 0.7 (thx Crazy Eddie!).
You …
|
|
|
@8423
|
13 years |
rgrieder |
Added and incorporated new class DestructionHelper: instead of doing …
|
|
|
@8419
|
13 years |
rgrieder |
Fixed a bug. But that doesn't really change anything ;(
CEGUI still …
|
|
|
@8418
|
13 years |
rgrieder |
Added preprocessor macro UNIQUE_NUMBER which will return a new …
|
|
|
@8411
|
14 years |
rgrieder |
Properly initialise all members in CEGUI. Avoid segfaults when an …
|
|
|
@8399
|
14 years |
rgrieder |
Build fix (surfaces without compilations): ORXONOX_PLATFORM_WINDOWS is …
|
|
|
@8394
|
14 years |
scheusso |
-fixed a memory leak (thx reto)
-some OrxVerify messages
|
|
|
@8373
|
14 years |
rgrieder |
Replaced code like
bool b = someFunction(); assert(b);
with …
|
|
|
@8366
|
14 years |
rgrieder |
Renamed PathConfig::isDevelopmentRun() to …
|
|
|
@8351
|
14 years |
rgrieder |
Merged kicklib2 branch back to trunk (includes former branches …
|
|
|
@8327
|
14 years |
scheusso |
merging network6 into trunk
|
|
|
@8316
|
14 years |
scheusso |
fix for dedicated Client
|
|
|
@8267
|
14 years |
rgrieder |
Fixed typos.
|
|
|
@8245
|
14 years |
landauf |
keep it DRY
|
|
|
@8215
|
14 years |
dafrick |
Bugfix, so that orxonox will start in modes that don't show any …
|
|
|
@8108
|
14 years |
dafrick |
Merging changes from tetris branch into trunk, since they are also …
|
|
|
@8079
|
14 years |
landauf |
merged usability branch back to trunk
incomplete summary of the …
|
|
|
@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 …
|
|
|