|
|
@2972
|
16 years |
danielh |
Update
- Minor changes in BaseItem
- Updated to NotificationQueue …
|
|
|
@2971
|
16 years |
mockm |
new revision of Gametype UnderAttack: Timerfunction and some color added
|
|
|
@2970
|
16 years |
Aurelian |
Added timer in class gametype, timer working in asteroids, modified …
|
|
|
@2969
|
16 years |
jsmely |
weapon updated
|
|
|
@2968
|
16 years |
erwin |
corrected typo
|
|
|
@2967
|
16 years |
erwin |
SoundBase now loads files relative to the mediapath
|
|
|
@2966
|
16 years |
erwin |
moved files, modified to support multiple contexts
|
|
|
@2965
|
16 years |
scheusso |
some fixes (bidirectional variables, …), some changes (client …
|
|
|
@2964
|
16 years |
scheusso |
changed synchronisation of controllable entity steering
not fully …
|
|
|
@2963
|
16 years |
dafrick |
Some Quest stuff, and the rest for the GUIOverlay I failed to commit …
|
|
|
@2962
|
16 years |
dafrick |
Created collecting of GUIOverlays in the GUIManager to make the …
|
|
|
@2961
|
16 years |
Aurelian |
Gametype Asteroids - ForceField working
|
|
|
@2960
|
16 years |
dafrick |
Trying to export to lua, doesn't work, yet…
|
|
|
@2959
|
16 years |
dafrick |
Forgot to remove debug output.
|
|
|
@2958
|
16 years |
dafrick |
Changed some stuff to make it compile. Not sure it's 100% failsafe though.
|
|
|
@2957
|
16 years |
bknecht |
hack to include gui into hud
|
|
|
@2956
|
16 years |
Naaduun |
added rotate and zoom to map. using static mapscenemanager now
|
|
|
@2955
|
16 years |
erwin |
corrected typo
|
|
|
@2954
|
16 years |
Aurelian |
ForceField not working jet, but no errors…
|
|
|
@2953
|
16 years |
scheusso |
some changes for testing purpose
|
|
|
@2952
|
16 years |
mockm |
new revision of gametype UnderAttack: Ship is now moving
|
|
|
@2951
|
16 years |
scheusso |
small fix for memberfunction calls with non-existing (or not anymore …
|
|
|
@2950
|
16 years |
erwin |
ambient sound loading for levels
|
|
|
@2949
|
16 years |
scheusso |
Network Function calls possible now (already used in …
|
|
|
@2948
|
16 years |
scheusso |
member function calls should work now
argument transfer still untested
|
|
|
@2947
|
16 years |
scheusso |
applying change from trunk (r2946)
|
|
|
@2946
|
16 years |
rgrieder |
Fixed a bug when using the LINE macro in Game.h
If you want to …
|
|
|
@2945
|
16 years |
scheusso |
fixed some bugs
|
|
|
@2944
|
16 years |
scheusso |
this is another commit for testing purpose
still trying to get network …
|
|
|
@2943
|
16 years |
scheusso |
fixed a problem with copying function pointers
|
|
|
@2942
|
16 years |
Naaduun |
=added dynamic libs to orxonox/tools. changed humancontroller to use …
|
|
|
@2941
|
16 years |
rgrieder |
Small mvsc build fix.
|
|
|
@2940
|
16 years |
scheusso |
fixed bug for bidirectional variables
|
|
|
@2939
|
16 years |
stefalie |
ugly hacks to get shaders up runnin
|
|
|
@2938
|
16 years |
scheusso |
forgot two files
|
|
|
@2937
|
16 years |
scheusso |
commit for testing reasons
- added possibility to transfer function …
|
|
|
@2936
|
16 years |
Aurelian |
Checkpoints in a row working with final destination→ end of game
|
|
|
@2935
|
16 years |
mockm |
new revision of gametype UnderAttack
|
|
|
@2934
|
16 years |
vmikos |
fast endversion TeamBaseMatch
|
|
|
@2933
|
16 years |
mockm |
Gametype UnderAttack added
|
|
|
@2932
|
16 years |
erwin |
Sound: implemented sample file loading via alut
|
|
|
@2931
|
16 years |
erwin |
Sound: SoundBase complete
|
|
|
@2930
|
16 years |
erwin |
Sound: Added building things, corrected some typos
|
|
|
@2929
|
16 years |
stefalie |
new branch for toon/cell shading… lets go comic
|
|
|
@2928
|
16 years |
rgrieder |
Deleting console commands currently seems to be a rather bad idea …
|
|
|
@2927
|
16 years |
rgrieder |
Fixed three memory leaks and a bug.
@beni: Is deleting the "startGame" …
|
|
|
@2926
|
16 years |
rgrieder |
- Using class { static const float foo = 3.2; }; is non standard C++, …
|
|
|
@2925
|
16 years |
rgrieder |
Moving some CMake variables to the advanced section of the cache when …
|
|
|
@2924
|
16 years |
landauf |
fixed a small bug concerning the muzzle offset. it makes much more …
|
|
|
@2923
|
16 years |
landauf |
adjusted weaponsystem-path in (hopefully) all files.
|
|
|
@2922
|
16 years |
landauf |
Renamed directory 'weaponSystem' as 'weaponsystem' to avoid …
|
|
|
@2921
|
16 years |
landauf |
renamed directory "weapons" as "weaponmodes"
|
|
|
@2920
|
16 years |
landauf |
renamed LaserGunMunition as LaserMunition
|
|
|
@2919
|
16 years |
landauf |
removed some debug output, cleanup in WeaponMode
|
|
|
@2918
|
16 years |
landauf |
Added many new features in the Munition class:
- there are now 3 …
|
|
|
@2917
|
16 years |
landauf |
merged pickup into pickup2
|
|
|
@2916
|
16 years |
bknecht |
Creating new pickups branche. Changes from old pickups branch need yet …
|
|
|
@2915
|
16 years |
landauf |
- switched back to std::vector for the WeaponSlots to keep them in the …
|
|
|
@2914
|
16 years |
landauf |
More changes in the WeaponSystem:
- WeaponSets can now contain …
|
|
|
@2913
|
16 years |
Naaduun |
Added own scenemanager to map, added 2 pointer to contain mapentity …
|
|
|
@2912
|
16 years |
landauf |
Several small adjustments in the weaponsystem (like additional const …
|
|
|
@2911
|
16 years |
landauf |
Merged r1-2096 of questsystem5 back to trunk
I hope there weren't …
|
|
|
@2910
|
16 years |
landauf |
reverted r2909 because there were some unwanted files included
|
|
|
@2909
|
16 years |
dafrick |
Merging the QuestSystem branch to the trunk. Let's hope, this isn't a …
|
|
|
@2908
|
16 years |
dafrick |
Reverted to revision 2906 (because I'm too stupid to merge correctly, …
|
|
|
@2907
|
16 years |
dafrick |
Merging of the current QuestSystem branch.
|
|
|
@2906
|
16 years |
landauf |
removed 3 warnings
|
|
|
@2905
|
16 years |
Aurelian |
My first version with working triggers in a row…
|
|
|
@2904
|
16 years |
scheusso |
reverted changes from 2902
|
|
|
@2903
|
16 years |
scheusso |
merged changes made to trunk (r2902) into branch
|
|
|
@2902
|
16 years |
vmikos |
this is my first upload of the basematchfile
|
|
|
@2901
|
16 years |
Hagen |
The class HsW01 was added, but is only a copy of LaserGun
|
|
|
@2900
|
16 years |
danielh |
- some changes to the base framework
- added DroppedItem
- implemented …
|
|
|
@2899
|
16 years |
erwin |
implemented SoundManager class
|
|
|
@2898
|
16 years |
landauf |
created new weapon branch
|
|
|
@2897
|
16 years |
landauf |
removed weapon1 branch
|
|
|
@2896
|
16 years |
landauf |
Merged gui branch back to trunk.
I did 2 small changes in …
|
|
|
@2895
|
16 years |
landauf |
removed miniprojects branch
|
|
|
@2894
|
16 years |
landauf |
eolstyle
|
|
|
@2893
|
16 years |
landauf |
merged weaponsystem branch back to trunk
|
|
|
@2892
|
16 years |
bknecht |
catching CEGUI error to avoid sigabrt. ready for merge
|
|
|
@2891
|
16 years |
bknecht |
* changed option for inherited members: the list of members is long as …
|
|
|
@2890
|
16 years |
landauf |
- Added overlay element for the Pong Gametype
- Changed the type of …
|
|
|
@2889
|
16 years |
adrfried |
FDWatcher and GGZClient Objects introduced
|
|
|
@2888
|
16 years |
adrfried |
cmake install prefix reset, compiler flags fixed
|
|
|
@2887
|
16 years |
bknecht |
first part of finishing up to merge back. solving some issues I ran …
|
|
|
@2886
|
16 years |
polakma |
forgot to add a file
|
|
|
@2885
|
16 years |
landauf |
Extended PongAI:
- Random prediction errors depend on the vertical …
|
|
|
@2884
|
16 years |
bknecht |
Reducing width of class diagrams for nicer images
|
|
|
@2883
|
16 years |
landauf |
reapplied mingw-patch
|
|
|
@2882
|
16 years |
rgrieder |
Update from Bullet 2.73 to 2.74.
|
|
|
@2881
|
16 years |
bknecht |
Added directories and paths so we can also display images (using the …
|
|
|
@2880
|
16 years |
bknecht |
Now we also have the version number and name displayed on the main page
|
|
|
@2879
|
16 years |
bknecht |
Found another way to produce a great doxygen output
|
|
|
@2878
|
16 years |
bknecht |
Modified doxy.config.in to produce nicer HTML output for trac. This …
|
|
|
@2877
|
16 years |
bknecht |
reverted back everything, sorry KDevelop screws things up sometimes
|
|
|
@2876
|
16 years |
bknecht |
corrected exclude path and added an exclude pattern which should …
|
|
|
@2875
|
16 years |
bknecht |
(Doxygen) Documentation added for GUIManager and some GameState classes.
|
|
|
@2874
|
16 years |
bknecht |
Changes in Doxygen to check if it works on nautilus to compile it together
|
|
|
@2873
|
16 years |
bknecht |
Doxygen fixes. Please advise me on better places or methods to fix it. …
|
|
|