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 07:28:59 +02:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
809d56e86cdce7e319b4d9f43312d3900cc442ad
glest-source
/
source
/
shared_lib
/
include
/
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.h
- 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.h
- added leak_dumper header all over the place (not yet functional in linux)
2010-09-07 05:25:40 +00:00
math_wrapper.h
- added leak_dumper header all over the place (not yet functional in linux)
2010-09-07 05:25:40 +00:00
platform_common.h
- improved performance and bug fixes.
2010-11-09 09:06:52 +00:00
simple_threads.h
- 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