|
|
@3182
|
15 years |
rgrieder |
Found out that that Debug.h is officially included in CoreIncludes.h
|
|
|
@3181
|
15 years |
rgrieder |
Moved Rewardable (quest system) to the interface section.
|
|
|
@3180
|
15 years |
rgrieder |
Cleanup in pickup and quest (almost only cleaned the header file sections).
|
|
|
@3179
|
15 years |
rgrieder |
Cleanup in gametypes, infos and items
|
|
|
@3178
|
15 years |
rgrieder |
Build fix for Visual Studio 2005: Removed const qualifiers in …
|
|
|
@3177
|
15 years |
rgrieder |
Moved interface classes to orxonox/interfaces.
This resolves certain …
|
|
|
@3176
|
15 years |
rgrieder |
Cleanup in collisionshapes and controllers.
(Moved PawnListener to a …
|
|
|
@3175
|
15 years |
rgrieder |
Fixed dedicated (at least for presentation09.oxw).
|
|
|
@3174
|
15 years |
rgrieder |
Cleanup in orxonox/objects (non recursive).
|
|
|
@3173
|
15 years |
rgrieder |
GameStates cleanup
|
|
|
@3172
|
15 years |
rgrieder |
Hack-fixed exit crash: The Map stores a static MaterialPtr that gets …
|
|
|
@3171
|
15 years |
rgrieder |
Merged Gruppenarbeit changes regarding Doxygen: Don't worry, I haven't …
|
|
|
@3170
|
15 years |
rgrieder |
Build fix: Using boost convention for macros which is all-uppercase …
|
|
|
@3169
|
15 years |
rgrieder |
Replacing MACRO_CONCATENATE and MACRO_QUOTEME with the more robust …
|
|
|
@3168
|
15 years |
rgrieder |
Removed not anymore needed archlinux folder.
|
|
|
@3167
|
15 years |
rgrieder |
Merged the build system changes from the Gruppenarbeit:
- More …
|
|
|
@3166
|
15 years |
rgrieder |
Merged some code work from the Gruppenarbeit.
|
|
|
@3165
|
15 years |
rgrieder |
Screwed something..
|
|
|
@3164
|
15 years |
rgrieder |
The usual convention with our headers is to use ≠ for all third party …
|
|
|
@3163
|
15 years |
rgrieder |
Moved orxonox::TransformSpace::Enum to WorldEntity::TransformSpace and …
|
|
|
@3162
|
15 years |
rgrieder |
Added support to write exception messages like the following:
int …
|
|
|
@3161
|
15 years |
rgrieder |
Workaround for GCC < 4.2.0 to avoid a bug
|
|
|
@3160
|
15 years |
rgrieder |
Added precompiled header file for the core library.
It contains as …
|
|
|
@3159
|
15 years |
rgrieder |
Several small fixes and some removed warnings
|
|
|
@3158
|
15 years |
rgrieder |
Removed the filename part of all @file foo.cc because Doxygen chooses …
|
|
|
@3157
|
15 years |
rgrieder |
Small changes and cleaned out RadarViewable which saves me probably …
|
|
|
@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
|
|
|
@3109
|
15 years |
adrfried |
segfault fixed
|
|
|
@3107
|
15 years |
adrfried |
some more work on ggzclient
|
|
|
@3106
|
15 years |
adrfried |
ggz build configuration bug fixed
|
|
|
@3090
|
15 years |
Naaduun |
Fixed einige Bugs bei Zerstörung der Map
|
|
|
@3083
|
15 years |
scheusso |
some changes/fixes in gamestates and trafficcontrol
|
|
|
@3082
|
15 years |
Naaduun |
Map fixed: Leitlinien zur Anzeige der Höhe
|
|
|
@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
|
|
|
@3066
|
15 years |
scheusso |
trying to reduce network delays/lags
|
|
|
@3065
|
15 years |
decapitb |
|
|
|
@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
|
|
|
@3055
|
15 years |
erwin |
added mainmenu ambient sound
|
|
|
@3054
|
15 years |
decapitb |
everything
|
|
|
@3048
|
15 years |
scheusso |
some adjustments in order to make network playing of pong smoother
|
|
|
@3047
|
15 years |
scheusso |
had to revert some things in Gamestate::diff
|
|
|
@3046
|
15 years |
bknecht |
introducing the bouncing pickup
|
|
|
@3045
|
15 years |
scheusso |
some cleaning up
|
|
|
@3044
|
15 years |
scheusso |
clientside physics of pong now working
|
|
|
@3043
|
15 years |
scheusso |
first approach of having client-side pong physics
some optimisations …
|
|
|
@3042
|
15 years |
bknecht |
fixed some includes to make code compilable on Unix systems
|
|
|
@3041
|
15 years |
danielh |
Now creating some CEGUI windows for items as soon as the inventory is …
|
|
|
@3040
|
15 years |
landauf |
added 2 typedefs in PickupCollection.cc to replace _Pairii which isn't …
|
|
|
@3032
|
15 years |
landauf |
test
|
|
|
@3031
|
15 years |
landauf |
test
|
|
|
@3030
|
15 years |
landauf |
test
|
|
|