|
|
@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
|
|
|
@3289
|
15 years |
scheusso |
a fix in Clock (more ogre-overflow safe now)
moved framerate control …
|
|
|
@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 …
|
|
|
@3277
|
15 years |
scheusso |
fixed a 64bit issue and inserted some static asserts to prevent …
|
|
|
@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
|
|
|
@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
|
|
|
@3259
|
15 years |
scheusso |
bonus to ticket 329
|
|
|
@3258
|
15 years |
scheusso |
see ticket #329
|
|
|
@3256
|
15 years |
scheusso |
added NetworkFunctionBase::destroyAllNetworkFunctions to cleanup …
|
|
|
@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 …
|
|
|
@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 …
|
|
|
@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.
|
|
|
@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 …
|
|
|
@3215
|
15 years |
scheusso |
created new netp6 branch
things to do:
- fix memory leaks
- implement …
|
|
copied from code/trunk:
|
|
|
@3214
|
15 years |
scheusso |
merged netp5 back to trunk
|