|
|
@3306
|
15 years |
rgrieder |
Keybindings should now map to the correct joy stick by device name …
|
|
|
@3303
|
15 years |
scheusso |
reverted some changes, which made the network multithreaded, in order …
|
|
|
@3302
|
15 years |
scheusso |
changed some debug output
removed some uneccessary "multi"threading …
|
|
|
@3299
|
15 years |
rgrieder |
Sometimes I honestly ask myself why such things could run on Linux, …
|
|
|
@3298
|
15 years |
scheusso |
removed some (hopefully) unnecessary mutex calls
|
|
|
@3295
|
15 years |
landauf |
fixed a bug causing console commands to be case sensitive if called …
|
|
|
@3294
|
15 years |
rgrieder |
Bugfix: windowResized() was not called upon render window creation. …
|
|
|
@3293
|
15 years |
rgrieder |
Linux and GCC build fixes.
|
|
|
@3292
|
15 years |
rgrieder |
Added documentation for the InputState.
|
|
|
@3291
|
15 years |
rgrieder |
Added window size as static variable to the WindowEventListener …
|
|
|
@3290
|
15 years |
rgrieder |
Moved WindowEventListener to the core to avoid some really ugly hacks …
|
|
|
@3289
|
15 years |
scheusso |
a fix in Clock (more ogre-overflow safe now)
moved framerate control …
|
|
|
@3288
|
15 years |
rgrieder |
Finally found a satisfying way to deal with interfaces that deliver …
|
|
|
@3286
|
15 years |
rgrieder |
Added and adjusted documentation for the devices.
Also removed one …
|
|
|
@3285
|
15 years |
rgrieder |
Shoved some code around to reduce contents of 'global' InputPrereqs.h
|
|
|
@3284
|
15 years |
rgrieder |
Move resource allocation to the corresponding thread and made compiler …
|
|
|
@3283
|
15 years |
rgrieder |
Fixed a bug that caused the game to crash at random locations when …
|
|
|
@3281
|
15 years |
rgrieder |
Adjusted InputManager documentation.
|
|
|
@3279
|
15 years |
rgrieder |
Heavy clean up in the InputManager; not many real code changes though. …
|
|
|
@3278
|
15 years |
rgrieder |
Bugfix: When requesting a game that that wasn't child or parent but …
|
|
|
@3277
|
15 years |
scheusso |
fixed a 64bit issue and inserted some static asserts to prevent …
|
|
|
@3276
|
15 years |
rgrieder |
Moved grab/ungrab mouse hack for Linux from InputManager to Mouse.
|
|
|
@3275
|
15 years |
rgrieder |
Build fixes for actual compilers
|
|
|
@3274
|
15 years |
rgrieder |
Added a few more generic parts to the input library:
- Created Mouse …
|
|
|
@3273
|
15 years |
rgrieder |
Build fix: I knew there was one more file…
|
|
|
@3272
|
15 years |
rgrieder |
Removed obsolete feature: ExtendedInputState.
If you need an …
|
|
|
@3271
|
15 years |
rgrieder |
Modifying some strange template function declarations to avoid forward …
|
|
|
@3270
|
15 years |
rgrieder |
Extracted joy stick related code from InputManager to a new JoyStick …
|
|
|
@3269
|
15 years |
rgrieder |
Bugfix for InputManager reloading.
|
|
|
@3268
|
15 years |
rgrieder |
Removed the need to specify unique numbers when declaring multiple …
|
|
|
@3267
|
15 years |
rgrieder |
Didn't finish my little Pimple idiom
|
|
|
@3266
|
15 years |
rgrieder |
Forgot to save a file.
|
|
|
@3265
|
15 years |
rgrieder |
- Removed superfluous convertToString and convertFromString (replaced …
|
|
|
@3264
|
15 years |
rgrieder |
Moved boost headers from TclThreadmanager.h to the source file.
Also …
|
|
|
@3263
|
15 years |
scheusso |
fix for tab completion in dedicated server console
|
|
|
@3262
|
15 years |
rgrieder |
Replaced orxonox::min and orxonox::max with std version (which do …
|
|
|
@3261
|
15 years |
rgrieder |
#295: Capturing CEGUI output and rerouting it to COUT with reasonable …
|
|
|
@3260
|
15 years |
rgrieder |
#299: Fixed a bug in ConfigValueIncludes.h and exported command …
|
|
|
@3259
|
15 years |
scheusso |
bonus to ticket 329
|
|
|
@3258
|
15 years |
scheusso |
see ticket #329
|
|
|
@3257
|
15 years |
rgrieder |
Unified enumeration layout according to the style guide (which I have …
|
|
|
@3256
|
15 years |
scheusso |
added NetworkFunctionBase::destroyAllNetworkFunctions to cleanup …
|
|
|
@3255
|
15 years |
rgrieder |
#298: Improved usage dialogue creation and the information itself.
|
|
|
@3254
|
15 years |
rgrieder |
Massively improved exception-safety in GraphicsManager.
This …
|
|
|
@3253
|
15 years |
rgrieder |
Minor fixes and changes.
|
|
|
@3252
|
15 years |
scheusso |
Boost ≥ 1.35 is now default
|
|
|
@3251
|
15 years |
rgrieder |
Fixed two serious dependency bugs:
- Only every second file of the …
|
|
|
@3250
|
15 years |
rgrieder |
Executing decision on #300: Renaming String.h to StringUtils.h …
|
|
|
@3249
|
15 years |
rgrieder |
StartLevel —> DefaultLevel and moved the CommandLine argument …
|
|
|
@3248
|
15 years |
rgrieder |
Build fix for new GCC versions
|
|
|
@3247
|
15 years |
rgrieder |
Removed OrxonoxClass inheritance from Game and Core: this allows the …
|
|
|
@3246
|
15 years |
rgrieder |
Added new feature to CommandLine: arguments that cannot be specified …
|
|
|
@3245
|
15 years |
rgrieder |
Moved Game::getLevel to LevelManager::getStartLevel and Game::setLevel …
|
|
|
@3243
|
15 years |
rgrieder |
Moved GameState construction from pre-main() to after Core creation. …
|
|
|
@3242
|
15 years |
landauf |
Added a using declaration to ExecutorMember which hopefully solves …
|
|
|
@3240
|
15 years |
scheusso |
a lot of cleanup
some bugfixes (Thread, ThreadPool)
the biggest part …
|
|
|
@3239
|
15 years |
rgrieder |
Found a way to write orxonox_cast<T*> instead of orxonox_cast<T> so …
|
|
|
@3238
|
15 years |
rgrieder |
Improved exception-safety in the Game class and fixed some issues and …
|
|
|
@3237
|
15 years |
rgrieder |
Improved exception-safety in the InputManager.
|
|
|
@3236
|
15 years |
rgrieder |
Fixed a bug in SoundManager: Construction, destruction and …
|
|
|
@3235
|
15 years |
rgrieder |
Added ScopeGuard from the Loki library. It provides a very simple …
|
|
|
@3231
|
15 years |
rgrieder |
Build fixes: Classes should export symbols with _CoreExport and …
|
|
|
@3230
|
15 years |
scheusso |
moved Thread and ThreadPool to core because of linking issues
|
|
|
@3229
|
15 years |
rgrieder |
Damn, wrong branch, sry.
|
|
|
@3228
|
15 years |
rgrieder |
Found a tedious bug resulting in the wrong behavior regarding PCH …
|
|
|
@3227
|
15 years |
scheusso |
some cleaning up and memory leak fixes
|
|
|
@3226
|
15 years |
scheusso |
added 2 classes:
Thread: implementation of a worker thread (you can …
|
|
|
@3225
|
15 years |
rgrieder |
Using super for MSVC because I can't use the orxonox_cast in Super.h
|
|
|
@3224
|
15 years |
rgrieder |
Removed three macros: Two (ClassByString and ClassByID) by replacing …
|
|
|
@3223
|
15 years |
rgrieder |
Add a new core-feature: orxonox_cast<T>()
The functions casts objects …
|
|
|
@3222
|
15 years |
rgrieder |
Creating branch for new features/changes in the core.
|
|
|
@3221
|
15 years |
scheusso |
delete old netp5 and pch branches
|
|
|
@3220
|
15 years |
landauf |
moved tutorial branch to tags
|
|
|
@3219
|
15 years |
landauf |
moved lod branch to tags
|
|
|
@3218
|
15 years |
landauf |
moved shader branch to tags
|
|
|
@3217
|
15 years |
landauf |
moved skybox branch to tags
|
|
|
@3216
|
15 years |
landauf |
removed some branches
|
|
|
@3215
|
15 years |
scheusso |
created new netp6 branch
things to do:
- fix memory leaks
- implement …
|
|
|
@3213
|
15 years |
scheusso |
found another little leak
|
|
|
@3212
|
15 years |
rgrieder |
Refined PCH files a bit.
|
|
|
@3211
|
15 years |
rgrieder |
Moved PacketFlag and added includes for memcpy() and abort() (Mingw …
|
|
|
@3210
|
15 years |
rgrieder |
Optimised NetworkPrecompiledHeaders.h again.
|
|
|
@3209
|
15 years |
rgrieder |
Cleanup in network plus a few dependency reductions (no enet-function …
|
|
|
@3208
|
15 years |
scheusso |
some cleaning up
i hope that i found some memory leaks
|
|
|
@3207
|
15 years |
scheusso |
fix in synchronisation of function ids
|
|
|
@3206
|
15 years |
scheusso |
forgot something
|
|
|
@3203
|
15 years |
scheusso |
removed some warnings
|
|
|
@3202
|
15 years |
scheusso |
rest of the cleanup ( mostly client connection handling)
network is …
|
|
|
@3201
|
15 years |
scheusso |
cleaned up server connection handling
client is yet to come
|
|
|
@3200
|
15 years |
scheusso |
create new netp5 branch
|
|
|
@3199
|
15 years |
scheusso |
delete old netp branch
|
|
|
@3197
|
15 years |
scheusso |
small hackfix
|
|
|
@3195
|
15 years |
rgrieder |
Reverted some changes previously made: on non-MSVC platforms you can …
|
|
|
@3194
|
15 years |
rgrieder |
Refined precompiled header file for the orxnox executable target …
|
|
|
@3193
|
15 years |
rgrieder |
Small stuff.
|
|
|
@3192
|
15 years |
rgrieder |
Replaced <OgrePrerequisites.h> with "util/OgreForwardRefs.h": I …
|
|
|
@3191
|
15 years |
rgrieder |
Disposed of a file that died of old age
|
|
|
@3190
|
15 years |
rgrieder |
Optimised precompiled header files for core and network (optimised …
|
|
|
@3189
|
15 years |
rgrieder |
Removed trouble-making anonymous namespace in Convert.h
|
|
|
@3188
|
15 years |
rgrieder |
Added attachOgreObject and detachOgreObject overloads for …
|
|
|