|
|
@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 …
|
|
|
@7865
|
14 years |
landauf |
renamed pong level, added a bot, and changed the pong gametype to …
|
|
|
@7863
|
14 years |
landauf |
disabled suicide for Spectator
|
|
|
@7862
|
14 years |
landauf |
added feature to Spectator which changes the keybind mode of the fire …
|
|
|
@7861
|
14 years |
landauf |
added function to KeyBinder which allows to change the keybind mode …
|
|
|
@7860
|
14 years |
landauf |
fixed a few issues related to the free mouse look mode (default CTRL …
|
|
|
@7859
|
14 years |
landauf |
implemented feature to reset the mouse cursor to the center
used in …
|
|
|
@7858
|
14 years |
landauf |
removed some spaces
|
|
|
@7857
|
14 years |
landauf |
- fixed a crash if mouse look was switched on and off for a …
|
|
|
@7856
|
14 years |
landauf |
fixed an endless loop in SoundManager::preUpdate if a non-looping …
|
|
|
@7855
|
14 years |
landauf |
fixed a bug which caused the application to crash if the game was …
|
|
|
@7854
|
14 years |
landauf |
detached AmbientSound from BaseObject - AmbientSound can not be placed …
|
|
|
@7852
|
14 years |
landauf |
fixed crash in Pong gametype if the game was ended right after the …
|
|
|
@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 …
|
|
|
@7848
|
14 years |
landauf |
fixed "sound volume out of range" warning when firing a rocked. max …
|
|
|
@7847
|
14 years |
landauf |
fixed two bugs regarding the munition
|
|
|
@7846
|
14 years |
landauf |
fixed "No munition class defined in WeaponMode" warning:
you have to …
|
|
|