|
|
@2120
|
16 years |
rgrieder |
Readded stats classes to overlay branch and fixed build with creator …
|
|
|
@2119
|
16 years |
rgrieder |
Merged physics branch into physics_new branch.
|
|
|
@2118
|
16 years |
rgrieder |
New overlay branch from trunk.
|
|
|
@2117
|
16 years |
rgrieder |
deleted overlay branch. going to make new one from trunk.
|
|
|
@2116
|
16 years |
rgrieder |
Creating merger branch for physics.
|
|
|
@2115
|
16 years |
rgrieder |
Committing too much before..
|
|
|
@2114
|
16 years |
rgrieder |
Replaced all "@file Blah.cc" with "@file" for better flexibility. …
|
|
|
@2113
|
16 years |
rgrieder |
Test: replacing namespace audio with namespace orxonox.
|
|
|
@2112
|
16 years |
rgrieder |
Test: replacing namespace network with namespace orxonox. …
|
|
|
@2111
|
16 years |
rgrieder |
Moved all util classes and functions to orxonox namespace.
Converted …
|
|
|
@2110
|
16 years |
landauf |
created new pickup branch, "pickups2".
|
|
|
@2109
|
16 years |
landauf |
created new questsystem branch, "questsystem2".
|
|
|
@2108
|
16 years |
landauf |
created new weapon branch, "weapon2".
|
|
|
@2107
|
16 years |
rgrieder |
fixed build and updated msvc files.
|
|
|
@2106
|
16 years |
landauf |
moved WeaponSystem.h and .cc into the objects/weaponSystem directory
|
|
|
@2105
|
16 years |
rgrieder |
updated msvc files and precompiled headers.
|
|
|
@2104
|
16 years |
landauf |
removed some "extra qualifications" (only throws errors on newer …
|
|
|
@2103
|
16 years |
rgrieder |
Merged r2101 (objecthierarchy) to trunk.
|
|
|
@2102
|
16 years |
rgrieder |
Pending commit: Little correction in InputManager header.
|
|
|
@2101
|
16 years |
rgrieder |
Finally managed to have a master InputState which enables:
- Console …
|
|
|
@2100
|
16 years |
landauf |
did some small adjustments in Projectile.cc although it's only a sample
|
|
|
@2099
|
16 years |
landauf |
re-added projectiles from weapon branch but they're currently not …
|
|
|
@2098
|
16 years |
landauf |
- added a WeaponSystem to Pawn
- initialized values in weapon classes …
|
|
|
@2097
|
16 years |
landauf |
adopted weapon classes to the new hierarchy (with a creator pointer)
|
|
|
@2096
|
16 years |
landauf |
merged weapon branch back to trunk
changed eol-style of all new files …
|
|
|
@2095
|
16 years |
landauf |
- added forward declarations of all quest classes to OrxonoxPrereqs.h
…
|
|
|
@2094
|
16 years |
landauf |
found more tabs in pickups
|
|
|
@2093
|
16 years |
landauf |
converted tabs to spaces
|
|
|
@2092
|
16 years |
landauf |
- adopted quest classes to the new hierarchy (with a creator pointer)
…
|
|
|
@2091
|
16 years |
landauf |
no codechanges, moved quest objects to objects/quest
|
|
|
@2090
|
16 years |
landauf |
merged questsystem back to trunk
(there are some changes to be done)
|
|
|
@2089
|
16 years |
landauf |
no codechanges, just changed eol-style to native
|
|
|
@2088
|
16 years |
landauf |
merged pickups back to trunk
|
|
|
@2087
|
16 years |
landauf |
merged objecthierarchy branch back to trunk
|
|
|
@2086
|
16 years |
landauf |
added include and removed some debug output
|
|
|
@2085
|
16 years |
rgrieder |
svn:eol-sytle to all msvc files too.
|
|
|
@2084
|
16 years |
rgrieder |
- Added debug overlay that is constantly shown in graphics mode. F2 …
|
|
|
@2083
|
16 years |
landauf |
made some small adjustments in Pickups branch
|
|
|
@2082
|
16 years |
landauf |
- simplified some event code
- prevents infinite event loops
- fixed …
|
|
|
@2081
|
16 years |
dafrick |
Ready for merge! (It won't compile after the merge, though )
|
|
|
@2080
|
16 years |
rgrieder |
Trying to fix a bug with network Packet. Removing a call that wasn't …
|
|
|
@2079
|
16 years |
rgrieder |
updated msvc files.
removed "friend WorldEntity" from BaseObject.
|
|
|
@2078
|
16 years |
landauf |
fixed trigger switch problem
|
|
|
@2077
|
16 years |
FelixSchulthess |
-l command line option works now
|
|
|
@2076
|
16 years |
dafrick |
Completed XMLPort for all objects.
|
|
|
@2075
|
16 years |
landauf |
fixed a small problem in OrxonoxOverlay
|
|
|
@2074
|
16 years |
landauf |
- added EventListener: this class fires an event if another class with …
|
|
|
@2073
|
16 years |
landauf |
renamed CameraHandler as CameraManager
|
|
|
@2072
|
16 years |
landauf |
changed svn:eol-style to native in all new files
|
|
|
@2071
|
16 years |
landauf |
- fixed another bug in Trigger
- added EventTrigger which listens on …
|
|
|
@2070
|
16 years |
rgrieder |
Properly took care of network::packet::Packet destruction. It depends …
|
|
|
@2069
|
16 years |
landauf |
fixed a bug in the event system
fixed a bug in Trigger and tweaked …
|
|
|
@2068
|
16 years |
dafrick |
Started with XMLPort…
|
|
|
@2067
|
16 years |
landauf |
synchronization of ParticleSpawner is still strange but at least not …
|
|
|
@2066
|
16 years |
landauf |
forgot to add EventIncludes.h
|
|
|
@2065
|
16 years |
landauf |
added two more graphical classes, ParticleEmitter and ParticleSpawner
|
|
|
@2064
|
16 years |
rgrieder |
Fixed bug in CameraHandler: when calling requestFocus twice, the …
|
|
|
@2063
|
16 years |
landauf |
added events but not yet connected with triggers
|
|
|
@2062
|
16 years |
scheusso |
client→server synchronisation of controllable entities works now
|
|
|
@2061
|
16 years |
adrfried |
FindOggVorbis cleaned up
|
|
|
@2060
|
16 years |
polakma |
WeaponSystem, Projectile (kompiliert nicht)
|
|
|
@2059
|
16 years |
bhildebr |
Created a Stats class, similar to Console
|
|
|
@2058
|
16 years |
rgrieder |
Reverted unintentional changes in lod branch.
|
|
|
@2057
|
16 years |
bhildebr |
Created a Stats class similar to InGameConsole
|
|
|
@2056
|
16 years |
martisty |
BulletEngine: Box with gravity, no compile error every thing works fine
|
|
|
@2055
|
16 years |
dsommer |
Added checkifvalid, checkifslot and additem functions
|
|
|
@2054
|
16 years |
adrfried |
FindALUT and FindENet cleaned up
|
|
|
@2053
|
16 years |
runom |
Added planets class
|
|
|
@2052
|
16 years |
scheusso |
add TrafficControl Class template for christian
|
|
|
@2051
|
16 years |
scheusso |
create the new network branch from the OH branch
|
|
|
@2050
|
16 years |
scheusso |
delete network branch (no changes here)
|
|
|
@2049
|
16 years |
polakma |
Objekte erstellt.
|
|
|
@2048
|
16 years |
scheusso |
network tick limit works now
|
|
|
@2047
|
16 years |
martisty |
compile error
|
|
|
@2046
|
16 years |
rgrieder |
Changed initialisation of overlay classes to the new convention.
The …
|
|
|
@2045
|
16 years |
rgrieder |
updated msvc project files to test something..
|
|
|
@2044
|
16 years |
landauf |
added some new graphical classes
|
|
|
@2043
|
16 years |
dafrick |
Some minor adjustements, just comitting to be on the safe side.
|
|
|
@2042
|
16 years |
landauf |
added camerapositions
|
|
|
@2041
|
16 years |
landauf |
bugs—
network++
endurance—
tiredness++
but it still doesn't work …
|
|
|
@2040
|
16 years |
rgrieder |
reverted those svn:eol-style "native" properties: Tomorrow then.
|
|
|
@2039
|
16 years |
rgrieder |
updated msvc orxonox project.
|
|
|
@2038
|
16 years |
rgrieder |
Removed merged branches core3 and gui.
|
|
|
@2037
|
16 years |
rgrieder |
added svn:eol-style "native" to all text files.
|
|
|
@2036
|
16 years |
rgrieder |
Added minimal test files for a statistics overlay.
|
|
|
@2035
|
16 years |
scheusso |
objects with non-existing creator (on client-side) get ignored now
|
|
|
@2034
|
16 years |
landauf |
Synchronisable translates creator ↔ creatorID
|
|
|
@2033
|
16 years |
scheusso |
some minor bugs fixed
|
|
|
@2032
|
16 years |
landauf |
a small change to test something
|
|
|
@2031
|
16 years |
landauf |
some small adjustments in the network
|
|
|
@2030
|
16 years |
rgrieder |
- Moved SignalHandler from orxonox to util
- Moved CameraHandler from …
|
|
|
@2029
|
16 years |
landauf |
some changes in Trigger and DistanceTrigger
|
|
|
@2028
|
16 years |
scheusso |
updated updateMedia script
updated file
we are able to …
|
|
|
@2027
|
16 years |
landauf |
no codechanges, just moved some files
|
|
|
@2026
|
16 years |
landauf |
lua include is now looking for files in the media directory
|
|
|
@2025
|
16 years |
rgrieder |
Removed something we better never mention again…
|
|
|
@2024
|
16 years |
landauf |
added spaceship
|
|
|
@2023
|
16 years |
rgrieder |
- Added support for dedicated server. Could not network test it yet, …
|
|
|
@2022
|
16 years |
dafrick |
Compiles.
|
|
|
@2021
|
16 years |
dafrick |
Nearly compiles, some minor improvements.
|
|
|