|
|
@2161
|
16 years |
landauf |
- added more exceptions to handle problems while loading a level or …
|
|
|
@2155
|
16 years |
landauf |
added mbool (bool with memory) to fix particlespawner-on-client …
|
|
|
@2144
|
16 years |
scheusso |
small change in synchronisable and baseobject (check when changing …
|
|
|
@2114
|
16 years |
rgrieder |
Replaced all "@file Blah.cc" with "@file" for better flexibility. …
|
|
|
@2101
|
16 years |
rgrieder |
Finally managed to have a master InputState which enables:
- Console …
|
|
|
@2086
|
16 years |
landauf |
added include and removed some debug output
|
|
|
@2084
|
16 years |
rgrieder |
- Added debug overlay that is constantly shown in graphics mode. F2 …
|
|
|
@2082
|
16 years |
landauf |
- simplified some event code
- prevents infinite event loops
- fixed …
|
|
|
@2079
|
16 years |
rgrieder |
updated msvc files.
removed "friend WorldEntity" from BaseObject.
|
|
|
@2074
|
16 years |
landauf |
- added EventListener: this class fires an event if another class with …
|
|
|
@2072
|
16 years |
landauf |
changed svn:eol-style to native in all new files
|
|
|
@2069
|
16 years |
landauf |
fixed a bug in the event system
fixed a bug in Trigger and tweaked …
|
|
|
@2066
|
16 years |
landauf |
forgot to add EventIncludes.h
|
|
|
@2065
|
16 years |
landauf |
added two more graphical classes, ParticleEmitter and ParticleSpawner
|
|
|
@2063
|
16 years |
landauf |
added events but not yet connected with triggers
|
|
|
@2040
|
16 years |
rgrieder |
reverted those svn:eol-style "native" properties: Tomorrow then.
|
|
|
@2037
|
16 years |
rgrieder |
added svn:eol-style "native" to all text files.
|
|
|
@2034
|
16 years |
landauf |
Synchronisable translates creator ↔ creatorID
|
|
|
@2026
|
16 years |
landauf |
lua include is now looking for files in the media directory
|
|
|
@2024
|
16 years |
landauf |
added spaceship
|
|
|
@2019
|
16 years |
landauf |
many changes, most important: BaseObject takes now a pointer to it's …
|
|
|
@2013
|
16 years |
rgrieder |
tiny adjustments to various files. just came across certain things..
|
|
|
@2010
|
16 years |
landauf |
renamed Level to XMLFile
|
|
|
@2005
|
16 years |
rgrieder |
Minor changes in CommandLine.
|
|
|
@2004
|
16 years |
rgrieder |
fixed a warning in KeyBinder.cc and an error when converting a …
|
|
|
@2003
|
16 years |
rgrieder |
Simplified CommandLineArgument by using the new MultiType.
That also …
|
|
|
@2001
|
16 years |
rgrieder |
- Fixed issue with relative mouse movements.
- Fixed bug when parsing …
|
|
|
@1993
|
16 years |
landauf |
added several new classes
|
|
|
@1989
|
16 years |
landauf |
- added ControllableEntity, the baseclass of all players, vehicles and …
|
|
|
@1961
|
16 years |
rgrieder |
updated msvc files and adjusted merged files.
|
|
|
@1959
|
16 years |
rgrieder |
Merged script_trigger branch into objecthierarchy branch.
Also merged …
|
|
|
@1952
|
16 years |
scheusso |
-fixed a compiler error
-fixed a problem with multiple clients connected
|
|
|
@1950
|
16 years |
landauf |
small update to do further network tests
|
|
|
@1949
|
16 years |
rgrieder |
Moved all showsGraphics, hasServer, etc. functions from Settings class …
|
|
|
@1947
|
16 years |
rgrieder |
updated msvc files.
|
|
|
@1946
|
16 years |
landauf |
synchronizes the players name
|
|
|
@1940
|
16 years |
landauf |
did some first (and very unfinished) steps to deal with different …
|
|
|
@1912
|
16 years |
landauf |
created branch to work on the new object-hierarchy
|
|
copied from code/trunk/src/core:
|
|
|
@1889
|
16 years |
landauf |
unsigned int → size_t for std::string related functions
I hope this …
|