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-27 16:09:00 +02:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
0a0e3f408a8b862c419af6c127b1faa9d7b0a2d9
glest-source
/
source
/
shared_lib
/
sources
/
platform
/
common
History
Mark Vejvoda
0a0e3f408a
- added experimental Right To Left 'mixed mode' support to attempt to make RTL languages with lines having mixed RTL and LTR words display properly (this is a manual hack). To enable, add this to the languages lng file: FONT_RIGHTTOLEFT_MIXED_SUPPORT=true
2013-11-13 07:56:19 +00:00
..
base_thread.cpp
bugfix for shutdown of threads and garbage collection.
2013-06-22 03:36:18 +00:00
byte_order.cpp
- added new byte order code
2012-11-01 00:19:46 +00:00
cache_manager.cpp
- threadsafe cache manager and recursive checking in xml loader (possible fix for issue experienced by james in windows build)
2011-07-08 15:17:50 +00:00
platform_common.cpp
- added experimental Right To Left 'mixed mode' support to attempt to make RTL languages with lines having mixed RTL and LTR words display properly (this is a manual hack). To enable, add this to the languages lng file: FONT_RIGHTTOLEFT_MIXED_SUPPORT=true
2013-11-13 07:56:19 +00:00
simple_threads.cpp
- bugfix for background crc thread shutdown
2013-11-11 04:46:49 +00:00