|
|
@3156
|
15 years |
rgrieder |
Moved the forward declaration I found to the prereqs.h files.
|
|
|
@3155
|
15 years |
rgrieder |
Adjusted indentation
|
|
|
@3154
|
15 years |
rgrieder |
Tried to reduce dependencies in the core. There wasn't much to achieve …
|
|
|
@3153
|
15 years |
rgrieder |
Small fixes.
|
|
|
@3152
|
15 years |
rgrieder |
Removed ConvertValue function, non capital version should be enough …
|
|
|
@3151
|
15 years |
rgrieder |
Removing superfluous feature: construction callbacks.
If we ever need …
|
|
|
@3150
|
15 years |
rgrieder |
Build fixes (X11 defines the None macro…)
|
|
|
@3149
|
15 years |
rgrieder |
Extracted OrxAssert from Exception.h to OrxAssert.h since it doesn't …
|
|
|
@3148
|
15 years |
rgrieder |
Another clean up in core/input
|
|
|
@3147
|
15 years |
rgrieder |
Found another zombie.
|
|
|
@3146
|
15 years |
rgrieder |
Found another few unnecessary includes in util (and added two others …
|
|
|
@3145
|
15 years |
rgrieder |
Added a few inline keywords to template functions (Visual Studio does …
|
|
|
@3144
|
15 years |
rgrieder |
Header file section clean up in orxonox/overlays (without stats). Also …
|
|
|
@3143
|
15 years |
rgrieder |
Dependency reductions in the GUIManager.
|
|
|
@3142
|
15 years |
rgrieder |
Move std::string to Ogre::UTFString conversion to util.
|
|
|
@3141
|
15 years |
rgrieder |
Using automatic header file search after all in util.
|
|
|
@3140
|
15 years |
rgrieder |
Removed 'empty' file and cleaned out header section of statics overlay …
|
|
|
@3139
|
15 years |
rgrieder |
Typedef is probably better here than a static assert.
|
|
|
@3138
|
15 years |
rgrieder |
Tolua update to v1.0.93 is not working properly and I would not know …
|
|
|
@3137
|
15 years |
scheusso |
various performance and memory issues fixed
|
|
|
@3136
|
15 years |
scheusso |
fixed an issue with the signal handler (in case that there is a …
|
|
|
@3135
|
15 years |
scheusso |
second part of the improvement
|
|
|
@3134
|
15 years |
scheusso |
small change for huge performance increase
|
|
|
@3133
|
15 years |
rgrieder |
Reduced header file dependencies in the sound classes.
|
|
|
@3132
|
15 years |
rgrieder |
Extreme performance boost by copying an std::list only once instead of …
|
|
|
@3131
|
15 years |
rgrieder |
Clean up in files in src/orxonox and src/orxonox/tools.
|
|
|
@3130
|
15 years |
rgrieder |
Cleaned out DynamicLines and DynamicRenderable classes and put them in …
|
|
|
@3129
|
15 years |
rgrieder |
Fixed tolua update:
- Too many changes in package.lua (somehow …
|
|
|
@3128
|
15 years |
rgrieder |
Allow use of Vector2, etc. as pointers or references when only …
|
|
|
@3127
|
15 years |
rgrieder |
Update to tolua 1.0.93
|
|
|
@3126
|
15 years |
scheusso |
cursor now working again in dedicated server console
|
|
|
@3125
|
15 years |
rgrieder |
Renamed stupid omni_cast to multi_cast. It still eats about anything
|
|
|
@3124
|
15 years |
rgrieder |
Using smart pointers in Game to manage the little tree. It's merely a …
|
|
|
@3123
|
15 years |
rgrieder |
Replaced all the std::istream::getline(const char*) calls with …
|
|
|
@3122
|
15 years |
scheusso |
tab completion now working in ds console (as is backspace and direct …
|
|
|
@3121
|
15 years |
scheusso |
more advanced input for the dedicated server console
|
|
|
@3120
|
15 years |
scheusso |
optimised diff function (unrolled to 8byte xor)
|
|
|
@3119
|
15 years |
scheusso |
first version of the i/o-console for the dedicated server
|
|
|
@3118
|
15 years |
rgrieder |
Include fix
|
|
|
@3117
|
15 years |
rgrieder |
Adding experimental precompiled header file support. It seems to work …
|
|
|
@3116
|
15 years |
rgrieder |
Added new CMake functions: ORXONOX_ADD_LIBRARY and …
|
|
|
@3115
|
15 years |
rgrieder |
Split the flag parser and the advanced cache writer from …
|
|
|
@3114
|
15 years |
rgrieder |
Creating branch for experimental precompiled header file support.
|
|
|
@3113
|
15 years |
scheusso |
create new netp4 (network & performance) branch
|
|
|
@3112
|
15 years |
scheusso |
delete old netp branches
|
|
|
@3111
|
15 years |
rgrieder |
REMOVE_COMPILER_FLAGS makes no sense here. This fixes some gcc warning …
|
|
|
@3110
|
15 years |
rgrieder |
Removed old msvc specific support for precompiled header files.
|
|
|
@3109
|
15 years |
adrfried |
segfault fixed
|
|
|
@3108
|
15 years |
erwin |
first attempt to implement sounds for pong, only score sound is …
|
|
|
@3107
|
15 years |
adrfried |
some more work on ggzclient
|
|
|
@3106
|
15 years |
adrfried |
ggz build configuration bug fixed
|
|
|
@3105
|
15 years |
landauf |
fixed self-collision with projectiles
|
|
|
@3104
|
15 years |
landauf |
Added two new HUD-elements for TeamBaseMatch and UnderAttack
|
|
|
@3103
|
15 years |
scheusso |
some fixes and changes (also signalhandler)
|
|
|
@3102
|
15 years |
scheusso |
fixed some problems when changing the gamestate (from menu to server i.e.)
|
|
|
@3101
|
15 years |
landauf |
merged revision 3090 from map branch back to trunk
|
|
|
@3100
|
15 years |
scheusso |
reapplied retos patch
|
|
|
@3099
|
15 years |
landauf |
Added Gameplay messages (Announces, Killmessages and Deathmessages)
|
|
|
@3098
|
15 years |
rgrieder |
Either my box or Oli's gets screwed, but since it only didn't work on …
|
|
|
@3097
|
15 years |
scheusso |
small possible memory leak closed
|
|
|
@3096
|
15 years |
rgrieder |
Found some leftovers of my attempt to partially shut down OGRE (which …
|
|
|
@3095
|
15 years |
landauf |
fixed standalone chat
|
|
|
@3094
|
15 years |
rgrieder |
Adding functionality to the server, client and dedicated buttons …
|
|
|
@3093
|
15 years |
scheusso |
it is now possible to send packets/network function calls to all …
|
|
|
@3092
|
15 years |
rgrieder |
SoundManager.cc: alutGetMIMETypes might return NULL instead of const …
|
|
|
@3091
|
15 years |
rgrieder |
Hitting the X-Button of the window actually stops orxonox now.
|
|
|
@3090
|
15 years |
Naaduun |
Fixed einige Bugs bei Zerstörung der Map
|
|
|
@3089
|
15 years |
landauf |
merged map branch back to trunk
|
|
|
@3088
|
15 years |
scheusso |
fix in Projectile (there was no createFactory) and some additional …
|
|
|
@3087
|
15 years |
landauf |
merged particles branch back to trunk
|
|
|
@3086
|
15 years |
landauf |
added bot-support for TeamBaseMatch (and some small fixes)
|
|
|
@3085
|
15 years |
danielh |
No more hiding of items when the frame is clicked
|
|
|
@3084
|
15 years |
landauf |
merged netp3 branch back to trunk
|
|
|
@3083
|
15 years |
scheusso |
some changes/fixes in gamestates and trafficcontrol
|
|
|
@3082
|
15 years |
Naaduun |
Map fixed: Leitlinien zur Anzeige der Höhe
|
|
|
@3081
|
15 years |
bknecht |
fixing an include. why do only I have this problem?
|
|
|
@3080
|
15 years |
landauf |
Yet another bugfix.
|
|
|
@3079
|
15 years |
landauf |
Added forward declarations to OrxonoxPrereqs.h.
|
|
|
@3078
|
15 years |
landauf |
added svn:eolstyle native, no codechanges
|
|
|
@3077
|
15 years |
landauf |
Added Attacher - a class which attaches itself to an object with a …
|
|
|
@3076
|
15 years |
danielh |
fixed window Clicked event
|
|
|
@3075
|
15 years |
erwin |
fixed ogg loader. it works, bitches
|
|
|
@3074
|
15 years |
landauf |
removed some warnings and fixed an include error
|
|
|
@3073
|
15 years |
landauf |
merged pickups2 branch back to trunk. not yet tested.
|
|
|
@3072
|
15 years |
landauf |
back backup
|
|
|
@3071
|
15 years |
landauf |
hmm
|
|
|
@3070
|
15 years |
landauf |
test: removing mergeinfo also in pickups branch
|
|
|
@3069
|
15 years |
landauf |
backup
|
|
|
@3068
|
15 years |
landauf |
removing svn:mergeinfo again after sound2 merge
|
|
|
@3067
|
15 years |
Aurelian |
COUT in CheckPoint removed
|
|
|
@3066
|
15 years |
scheusso |
trying to reduce network delays/lags
|
|
|
@3065
|
15 years |
decapitb |
|
|
|
@3064
|
15 years |
Aurelian |
Final commit of gametype asteroids for presentation. everything …
|
|
|
@3063
|
15 years |
danielh |
- Moved pickups to a seperate directory
- Added two pickups: …
|
|
|
@3062
|
15 years |
scheusso |
pongbat fix for client (no more hanging at the edge anymore)
|
|
|
@3061
|
15 years |
scheusso |
deleted old sound branches
|
|
|
@3060
|
15 years |
scheusso |
merged sound2 back to trunk
|
|
|
@3059
|
15 years |
mockm |
broadcast message in standalone works now
|
|
|
@3058
|
15 years |
scheusso |
adjustment to be able to see chat messages in standalone mode
|
|
|
@3057
|
15 years |
mockm |
new rev of gametype UnderAttack: Gametime has been enlarged
|
|
|