|
|
@8390
|
14 years |
youngk |
Yess-a-doo! Okay, planets now have collision shapes. Follow the …
|
|
|
@8389
|
14 years |
youngk |
Adding Collision Shapes to Planets. Doesn't currently work.
|
|
|
@8388
|
14 years |
youngk |
Disabling CPack again. Needs a LOT of adjustments still.
|
|
|
@8386
|
14 years |
simonmie |
New shielddamage implemented, depending functions changed, bugs fixed. …
|
|
|
@8385
|
14 years |
youngk |
Man, Kevin… If you commit something, then please commit the working …
|
|
|
@8384
|
14 years |
youngk |
Made planet level work. Yet again…
|
|
|
@8383
|
14 years |
sven |
Fixed an include.
|
|
|
@8382
|
14 years |
sven |
Added dock/undock console commands.
|
|
|
@8381
|
14 years |
ssgier |
started creating a more efficient code structure
|
|
|
@8380
|
14 years |
youngk |
Updated and cleaned planet level.
|
|
|
@8379
|
14 years |
dboehi |
Changed the camera shake effect to work with the updated boost code.
|
|
|
@8378
|
14 years |
dafrick |
Notification text alignment can be set per queue.
|
|
|
@8377
|
14 years |
dafrick |
Text coloring in notification queue now working.
|
|
|
@8376
|
14 years |
dafrick |
Forgot to add NotificationListener.
|
|
|
@8375
|
14 years |
ssgier |
added source files for ShrinkPickup
|
|
|
@8374
|
14 years |
dafrick |
Changes in notifications module structure. Notifications can now be …
|
|
|
@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 …
|
|
|
@8371
|
14 years |
dafrick |
Merging tutoriallevel branch into tutoriallevel2 branch.
|
|
|
@8370
|
14 years |
dafrick |
Committing changes before merge.
|
|
|
@8369
|
14 years |
dafrick |
New branch to work on tutorial level.
|
|
|
@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 …
|
|
|
@8364
|
14 years |
rgrieder |
Never omit frame pointer on GCC too to avoid unreadable stack traces …
|
|
|
@8363
|
14 years |
rgrieder |
To avoid further confusion, I linked ORXONOX_RELEASE to the 'Release' …
|
|
|
@8362
|
14 years |
rgrieder |
Cleaned up linker and compiler flag configuration for Visual Studio. …
|
|
|
@8361
|
14 years |
rgrieder |
Require package version 4.4 for MSVC (includes DLLs required to …
|
|
|
@8360
|
14 years |
youngk |
Moved Apple bundle files to contrib.
|
|
|
@8358
|
14 years |
scheusso |
don't ask
|
|
|
@8356
|
14 years |
rgrieder |
Merged remaining revisions in mac_osx to mac_osx2 branch.
|
|
|
@8355
|
14 years |
rgrieder |
Created environment2 branch as part of a branch update.
|
|
|
@8354
|
14 years |
youngk |
Logs aren't very useful if nothing is in them.
|
|
|
@8353
|
14 years |
youngk |
Creating branch mac_osx2 from trunk.
|
|
|
@8352
|
14 years |
rgrieder |
Added merge info for the kicklib2 merging. There seems to be a bug …
|
|
|
@8351
|
14 years |
rgrieder |
Merged kicklib2 branch back to trunk (includes former branches …
|
|
|
@8350
|
14 years |
rgrieder |
Moved Apple specific variables into APPLE section.
|
|
|
@8349
|
14 years |
youngk |
The Mac OS X dependency package is now downloaded and installed …
|
|
|
@8348
|
14 years |
youngk |
Version bump of dependency package. Anything from kicklib2 and up will …
|
|
|
@8347
|
14 years |
rgrieder |
No —no-undefined for apple.
|
|
|
@8345
|
14 years |
rgrieder |
Build time optimisation in util (not that it actually matters…)
|
|
|
@8344
|
14 years |
rgrieder |
Cleaned up library dependencies a little bit to list exactly those …
|
|
|
@8343
|
14 years |
rgrieder |
Orxonox compiles fine now with —no-undefined
|
|
|
@8342
|
14 years |
rgrieder |
ENet has recently been updated to v1.3.1.
|
|
|
@8341
|
14 years |
rgrieder |
Added new library linking keywords for the Add Target Command.
That …
|
|
|
@8340
|
14 years |
rgrieder |
Remove some extra code that removes warnings in older GCC versions (< …
|
|
|
@8339
|
14 years |
rgrieder |
Some more hackery that isn't necessary anymore.
|
|
|
@8338
|
14 years |
rgrieder |
Random hack not anymore required.
|
|
|
@8337
|
14 years |
rgrieder |
Defined CMake variable LINUX.
|
|
|
@8336
|
14 years |
rgrieder |
Added solution to the rendering order problem proposed by Crazy Eddie. …
|
|
|
@8335
|
14 years |
rgrieder |
—no-undefined reveals that OIS is missing some symbols. However I …
|
|
|
@8334
|
14 years |
rgrieder |
Two build fixes for GCC 4.6 (thx ultimA)
|
|
|
@8333
|
14 years |
rgrieder |
Removed double precision versions of the mathematical constants and …
|
|
|
@8332
|
14 years |
rgrieder |
BlinkingBillboard should not use long double for storing the time …
|
|
|
@8331
|
14 years |
rgrieder |
Converted ExprParser to use float instead of double.
|
|
|
@8330
|
14 years |
scheusso |
removing old network6 branch
|
|
|
@8329
|
14 years |
scheusso |
preparing countermeasures against clients sending unwanted data
|
|
|
@8328
|
14 years |
rgrieder |
Orxonox only works with newer CMake builds if using Visual Studio 2010.
|
|
|
@8327
|
14 years |
scheusso |
merging network6 into trunk
|
|
|
@8326
|
14 years |
rgrieder |
Use C++ version of C headers.
|
|
|
@8325
|
14 years |
dafrick |
AudioMenu is only accessible if the SoundManager exists.
|
|
|
@8324
|
14 years |
dafrick |
Added missing include. Now also compiles on ubntu.
|
|
|
@8323
|
14 years |
rgrieder |
Enable non standard compliant floating point optimisations like a * …
|
|
|
@8322
|
14 years |
rgrieder |
OpenAL message not anymore necessary: problem fixed by adding …
|
|
|
@8321
|
14 years |
rgrieder |
Prevent installation of debug builds (not supported).
|
|
|
@8320
|
14 years |
rgrieder |
Removed SignalHandler.cc from StableCompilation.cc in util because it …
|
|
|
@8319
|
14 years |
rgrieder |
String compare seems different with cmake 2.6.0
|
|
|
@8318
|
14 years |
rgrieder |
RPATH handling was broken in certain cases, esp. for "turn-key" …
|
|
|
@8317
|
14 years |
rgrieder |
Do not specify the CMAKE_INSTALL_PREFIX when using the INSTALL …
|
|
|
@8316
|
14 years |
scheusso |
fix for dedicated Client
|
|
|
@8315
|
14 years |
scheusso |
fixing an assertion
|
|
|
@8314
|
14 years |
scheusso |
clarification of an assertion
|
|
|
@8313
|
14 years |
rgrieder |
Not using doubles at all in Orxonox because the Renderer (DirectX in …
|
|
|
@8312
|
14 years |
rgrieder |
Fixed warning and removed unreachable and strange line of code.
|
|
|
@8311
|
14 years |
rgrieder |
svn:eol-style "native" for all text based files.
Also removed the …
|
|
|
@8310
|
14 years |
dafrick |
Forgot one.
|
|
|
@8309
|
14 years |
dafrick |
Replacing toggleVisibility with show, since the OrxonoxOverlay (& …
|
|
|
@8308
|
14 years |
rgrieder |
Delete standard Tcl interpreter bundle when closing the application. …
|
|
|
@8307
|
14 years |
rgrieder |
Manage PawnManager by Scopes. Then the singleton should get deleted in …
|
|
|
@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.
|
|
|
@8304
|
14 years |
rgrieder |
New CEGUI (≥ v0.7) doesn't delete the Logger anymore.
|
|
|
@8303
|
14 years |
dafrick |
Another memory leak.
|
|
|
@8302
|
14 years |
dafrick |
Fixing memory leak in PickupCarrier.
|
|
|
@8301
|
14 years |
kmaurus |
several billboards that represent the boundary can be displayed now
|
|
|
@8300
|
14 years |
dafrick |
Apparently bug needs some more fixing.
|
|
|
@8299
|
14 years |
rgrieder |
Define minimum Windows version we build Orxonox for. That also defines …
|
|
|
@8298
|
14 years |
rgrieder |
Fixed build for MSVC 10: disabling the C++0x features seems a bad idea …
|
|
|
@8297
|
14 years |
dafrick |
Possible bug fix in PickupCarrier.
|
|
|
@8296
|
14 years |
dafrick |
Pong CenterPoint should be PongCenterpoint.
|
|
|
@8295
|
14 years |
rgrieder |
Use our own platform macros
|
|
|
@8294
|
14 years |
rgrieder |
Added two missing includes not showing up when compiling with PCH.
|
|
|
@8293
|
14 years |
rgrieder |
Trying to operate a console while there is none is not exactly well …
|
|
|
@8292
|
14 years |
rgrieder |
Fixed mistaken warning message for the case compilations are disabled.
|
|
|
@8291
|
14 years |
rgrieder |
What a surprise: Fixed msvc 8 build again, related to ENet… I wonder …
|
|
|
@8290
|
14 years |
dafrick |
Moving the things done with the eventTemplate into the PortalEndPoint …
|
|
|
@8289
|
14 years |
dafrick |
Adding possibility to have a string of temporaryControls.
|
|
|
@8288
|
14 years |
rgrieder |
Resource::DEFAULT_GROUP has been replaced and …
|
|
|
@8287
|
14 years |
rgrieder |
Fixed build error arisen by the merging.
|
|
|