This website requires JavaScript.
Explore
Help
Sign In
mirror-games
/
glest-source
Watch
1
Star
0
Fork
0
You've already forked glest-source
mirror of
https://github.com/glest/glest-source.git
synced
2025-09-26 23:49:03 +02:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
97ee61165a34d9f86695b6e99a9d7e599d5de997
glest-source
/
source
/
shared_lib
/
sources
/
platform
/
common
History
Mark Vejvoda
809d56e86c
- added option to log debug info using a worker thread, by default logging is NOT threaded. To enable:
...
ThreadedLogging=true
2010-12-23 19:47:40 +00:00
..
base_thread.cpp
- fixed an evil socket bug! Sockets in Linux were NOT properly set as non blocking and vice versa as expected. PErhaps this helps with the menu bug
2010-12-18 23:03:53 +00:00
cache_manager.cpp
Some cleanup related to Cache Management
2010-05-01 01:22:48 +00:00
platform_common.cpp
- disabled another cache in pathfinder trying to hunt down xplatform out of synch
2010-11-28 00:07:08 +00:00
simple_threads.cpp
- added option to log debug info using a worker thread, by default logging is NOT threaded. To enable:
2010-12-23 19:47:40 +00:00