|
|
@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
|
|
|
@8521
|
13 years |
youngk |
Reverting changes from last commit concerning debug output.
|
|
|
@8514
|
13 years |
youngk |
Testing commit: Sound
|
|
|
@8505
|
13 years |
rgrieder |
Do not limit the main thread to the first Core/CPU on Windows. It …
|
|
|
@8484
|
13 years |
dafrick |
Turns out my pervious fix actually induced a bug, this fix should take …
|
|
|
@8482
|
13 years |
dafrick |
Fixing minor bug. When the InGameConsole was closed you would need to …
|
|
|
@8471
|
13 years |
rgrieder |
Fixed possible bug (avoid using 'this' in the initialiser list unless …
|
|
|
@8470
|
13 years |
rgrieder |
A classic fix
Orxonox crashed on startup.
|
|
|
@8469
|
13 years |
rgrieder |
Fixed trunk.
|
|
|
@8467
|
13 years |
rgrieder |
Bugfix for log file paths containing non ASCII characters.
Only works …
|
|
|
@8464
|
13 years |
dafrick |
Some more changes…
|
|
|
@8463
|
13 years |
dafrick |
Adjusting some debug output with the added bonus of no more Segfaults …
|
|
|
@8461
|
13 years |
smerkli |
a little less verbosity, a little more action please
|
|
|
@8458
|
13 years |
smerkli |
merged spaceboundaries
|
|
|
@8457
|
13 years |
FelixSchulthess |
merged portals branch into trunk
|
|
|
@8439
|
13 years |
rgrieder |
Fixed overlay drawing issue with CEGUI 0.7 (thx Crazy Eddie!).
You …
|
|
|
@8436
|
13 years |
scheusso |
fixing uninitialised values
|
|
|
@8424
|
13 years |
rgrieder |
Build fix for Ogre 1.6 on Windows.
|
|
|
@8423
|
13 years |
rgrieder |
Added and incorporated new class DestructionHelper: instead of doing …
|
|
|
@8420
|
13 years |
rgrieder |
MSVC: use the user's vld.ini file for the Visual Leak Detector.
|
|
|
@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 …
|
|
|
@8417
|
13 years |
rgrieder |
Correction in CMake variable description: MinGW can link always link …
|
|
|
@8416
|
13 years |
rgrieder |
Default link mode for external dependencies should be STATIC for …
|
|
|
@8415
|
13 years |
dafrick |
AnD so should the comment say.
|
|
|
@8414
|
13 years |
dafrick |
ScreenshotManager with gridSize = 1 works again.
|
|
|
@8413
|
13 years |
dafrick |
This should make the ScreenshotManager a lot more memory efficient.
|
|
|
@8412
|
14 years |
rgrieder |
MSVC specific:
Sorted out Visual Leak Detector handling (it's now …
|
|
|
@8411
|
14 years |
rgrieder |
Properly initialise all members in CEGUI. Avoid segfaults when an …
|
|
|
@8410
|
14 years |
rgrieder |
CEGUI seems to throw C strings. We need to catch them as well.
|
|
|
@8409
|
14 years |
rgrieder |
Found a better solution to make the Visual Leak Detector (MSVC …
|
|
|
@8408
|
14 years |
scheusso |
fix for inactive servers/clients
|
|
|
@8407
|
14 years |
scheusso |
fixing a (quite huge) network memory leak
|
|
|
@8406
|
14 years |
dafrick |
Quick fix for ScreenshotManager, such that it only needs memory when …
|
|
|
@8403
|
14 years |
scheusso |
fixing possible bug with packet ordering
|
|
|
@8402
|
14 years |
scheusso |
fix for Notification Script (bug is in network)
|
|
|
@8400
|
14 years |
rgrieder |
Removed strange hack. Extensive tests while watching Top Gear have …
|
|
|
@8399
|
14 years |
rgrieder |
Build fix (surfaces without compilations): ORXONOX_PLATFORM_WINDOWS is …
|
|
|
@8397
|
14 years |
youngk |
Added Newtonian Gravitation to the selection of force fields.
|
|
|
@8394
|
14 years |
scheusso |
-fixed a memory leak (thx reto)
-some OrxVerify messages
|
|
|
@8393
|
14 years |
rgrieder |
Updated Bullet from v2.77 to v2.78.
(I'm not going to make a branch …
|
|
|
@8373
|
14 years |
rgrieder |
Replaced code like
bool b = someFunction(); assert(b);
with …
|
|
|
@8372
|
14 years |
rgrieder |
Improved output of OrxAssert (line number, function name and file) and …
|
|
|
@8368
|
14 years |
rgrieder |
Added CMake configuration type "RelForDevs", which replaces …
|
|
|
@8367
|
14 years |
rgrieder |
by Adi: Fix for GCC 4.6. The actual problem is in CEGUIString.h, but …
|
|
|
@8366
|
14 years |
rgrieder |
Renamed PathConfig::isDevelopmentRun() to …
|
|
|
@8365
|
14 years |
rgrieder |
Use static linking for the externals to reduce code size as well as …
|
|
|
@8363
|
14 years |
rgrieder |
To avoid further confusion, I linked ORXONOX_RELEASE to the 'Release' …
|
|
|
@8358
|
14 years |
scheusso |
don't ask
|
|
|
@8351
|
14 years |
rgrieder |
Merged kicklib2 branch back to trunk (includes former branches …
|
|
|
@8329
|
14 years |
scheusso |
preparing countermeasures against clients sending unwanted data
|
|
|
@8327
|
14 years |
scheusso |
merging network6 into trunk
|
|
|
@8316
|
14 years |
scheusso |
fix for dedicated Client
|
|
|
@8314
|
14 years |
scheusso |
clarification of an assertion
|
|
|
@8309
|
14 years |
dafrick |
Replacing toggleVisibility with show, since the OrxonoxOverlay (& …
|
|
|
@8306
|
14 years |
dafrick |
Fixing bug introduced just a few commits prior to this one.
Also made …
|
|
|
@8305
|
14 years |
dafrick |
Fixing another potential memory leak.
|
|
|
@8303
|
14 years |
dafrick |
Another memory leak.
|
|
|
@8302
|
14 years |
dafrick |
Fixing memory leak in PickupCarrier.
|
|
|
@8300
|
14 years |
dafrick |
Apparently bug needs some more fixing.
|
|
|
@8297
|
14 years |
dafrick |
Possible bug fix in PickupCarrier.
|
|
|
@8267
|
14 years |
rgrieder |
Fixed typos.
|
|
|
@8245
|
14 years |
landauf |
keep it DRY
|
|
|
@8234
|
14 years |
rgrieder |
Removed 6 MSVC warnings about conversions.
|
|
|
@8232
|
14 years |
dafrick |
Extending and reorganizing ScreenshotManager and SkyboxGenerator.
The …
|
|
|
@8220
|
14 years |
dafrick |
Adding some default keybindings.
|
|
|
@8215
|
14 years |
dafrick |
Bugfix, so that orxonox will start in modes that don't show any …
|
|
|
@8213
|
14 years |
dafrick |
Adding changes made to DistanceTrigger also in trunk.
Also documenting …
|
|
|
@8212
|
14 years |
jo |
Set lives value to 4 in last team standing gametype. 1 live is only …
|
|
|
@8193
|
14 years |
dafrick |
Resolving bug in MultiTrigger.
|
|
|
@8178
|
14 years |
jo |
Merged lastmastanding3 into trunk. There's an xml parsing error that …
|
|
|
@8108
|
14 years |
dafrick |
Merging changes from tetris branch into trunk, since they are also …
|
|
|
@8088
|
14 years |
adrfried |
Updated Enet to version 1.3.1
updated patch
|
|
|
@8079
|
14 years |
landauf |
merged usability branch back to trunk
incomplete summary of the …
|
|
|
@7958
|
14 years |
dafrick |
Fixed a warning.
|
|
|
@7955
|
14 years |
rgrieder |
No auto-linking for POCO too.
Fixed build by explicitly linking …
|
|
|
@7954
|
14 years |
rgrieder |
Resolved ENet and windows header include problem for good.
|
|
|
@7952
|
14 years |
rgrieder |
Fixed MSCV include order problem with ENet and Ogre (only occurs with …
|
|
|
@7937
|
14 years |
landauf |
fixing WE crash also in trunk since it's a rather severe problem
|
|
|
@7911
|
14 years |
landauf |
Pong gametype should delete the objects it created
|
|
|
@7910
|
14 years |
landauf |
Ok, here comes a tricky one: we knew the destructor of WorldEntity is …
|
|
|
@7905
|
14 years |
landauf |
fixed positioning of independent children in destructor of WorldEntity
|
|
|
@7904
|
14 years |
landauf |
2x virtual because it may be required in some cases (Singleton & …
|
|
|
@7896
|
14 years |
landauf |
actually I believe the condition should be the other way round …
|
|
|
@7895
|
14 years |
landauf |
implemented instant reloading of rocket munition because this was a …
|
|
|
@7892
|
14 years |
landauf |
fixed bug in bug fix
|
|
|
@7891
|
14 years |
landauf |
keybind mode shouldn't be changed if it was defined explicitly in the …
|
|
|
@7889
|
14 years |
landauf |
hack-fix: overridden implementations of stopLocalHumanControl() were …
|
|
|
@7886
|
14 years |
landauf |
simplification
|
|
|
@7885
|
14 years |
landauf |
fixed minor memory leak
|
|
|
@7880
|
14 years |
landauf |
radar doesn't abort if owner is missing
radar works with all …
|
|
|
@7879
|
14 years |
landauf |
moved compositor unloading to avoid crashes in rare cases
disabled …
|
|
|
@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 …
|
|
|