Mark Vejvoda
cd4ef0eaf7
- proper binary path extraction on all platforms and glest.ini by default can run from search path and will try to find stuff it needs in the real binary path
...
- fixed error message for untis missing be_built
- fixed mg.ini for html tool and updated perl script
2011-05-03 11:15:15 +00:00
Mark Vejvoda
b9ebb5aabe
- bugfix for handling unexpected small strings in string compare
2011-04-26 19:35:53 +00:00
Mark Vejvoda
c8a6404ecf
- screen resolutions sorted now in options menu
2011-04-18 23:31:33 +00:00
Mark Vejvoda
c2eca9bb05
- added better way to show some common resolutions in the options menu
...
- if video mode selected fails, first we now try to revert to 800x600 then 640x480
2011-04-18 22:05:41 +00:00
Mark Vejvoda
d14b13e285
- added a new cancel button for connected menu to cancel all current and queued file transfers
2011-04-15 00:09:38 +00:00
Mark Vejvoda
88a81a6993
- removed useless items in debug view
...
- removed some noise from verbose output
2011-04-13 18:45:27 +00:00
Mark Vejvoda
7bf40db4ce
- updated crc check for techtrees to also store date last updated and force an immediate refresh if the techtree has different CRC with server and was older than 1 day
2011-04-13 01:51:15 +00:00
Mark Vejvoda
1ffc7d99d4
- calculate megapack techtree CRC first if it exists in the users techtrees
2011-04-10 23:50:47 +00:00
Mark Vejvoda
42a6737960
- proper detection that user does not have 7z installed in their path
2011-04-09 22:20:10 +00:00
Mark Vejvoda
93a92e9dee
- removed hard coded enabled system and network debug (someone must have left this code in there)
...
- added verbose output in mod menu for content metadata output
- bugfix for masterserver php files not using proper variuable for imageurl output
2011-04-08 01:58:34 +00:00
Mark Vejvoda
53642bc7c7
- updated vc++ 2008 project files to handle default path for map editor and g3d viewer
2011-04-05 05:23:28 +00:00
Mark Vejvoda
d610c0fbd2
- added individual factions to crc pre-processing for better performance
2011-04-03 07:23:15 +00:00
Mark Vejvoda
d4d250f2b6
- more efficient handling of faction CRC calc in menus
2011-04-03 07:09:54 +00:00
Mark Vejvoda
7b14d860c9
- attempt to log more info related to CRC processing
...
- better thread mutex tracking
2011-04-03 06:09:43 +00:00
Mark Vejvoda
8059c064a3
- more cleanup of debug logging in menus
2011-03-29 09:45:15 +00:00
Mark Vejvoda
78b49f0a2e
- bugfix for CRC cache that was not updated
2011-03-29 09:19:05 +00:00
Mark Vejvoda
3ed636aae2
- fixes for some threading shutdown bugs
...
- We now display when a screenshot is taken in game showing an ingame console message
- Updated AI to attack closest attackers
- Updated found enemy to be closest attacker
2011-03-28 21:04:47 +00:00
Mark Vejvoda
3b56aa4475
- performance changes... (problem found by titi) most debug calls line are skipped when the debug flag is disabled even BEFORE getting into the handledebug method.
...
This improves performance VERY MUCH.
2011-03-28 03:54:23 +00:00
Mark Vejvoda
846dd4769b
- better CRC worker thread distribution
2011-03-26 05:16:39 +00:00
Mark Vejvoda
884b46da60
- more thread cleanup
2011-03-25 22:50:30 +00:00
Mark Vejvoda
7e35d4a050
- more efficient CRC updating in cache thread
2011-03-25 21:02:53 +00:00
Mark Vejvoda
9096449919
- fixed vc++ project files for mods download menu
2011-03-25 11:15:21 +00:00
Mark Vejvoda
9681e7f1bc
- initial code for managing mod content (downloads and removal of user data)
2011-03-25 10:11:16 +00:00
Mark Vejvoda
f7fdafbff4
- did some code refactoring, wanted to load some textures threaded but bailed out due to opengl's hideous problems related to multi-threads
2011-03-22 02:02:54 +00:00
Mark Vejvoda
59fc55ffee
- cleanup some compiler warnings
2011-03-19 17:19:37 +00:00
Mark Vejvoda
e2c4ae7c11
- cleanup some compiler warnings
2011-03-19 12:32:40 +00:00
Mark Vejvoda
bca617cf18
- bugfix for socket mutex locked when deleting socket
...
- added faction detail in lobby when CRC's do not match on techtree
2011-03-19 12:04:18 +00:00
Mark Vejvoda
83eaa67068
- bugfix for hideously aweful bug that made the lobby and lobby connection freeze for a long time
2011-03-19 05:11:36 +00:00
Mark Vejvoda
e65f588045
- better randomization of CRC refresh
2011-03-17 16:44:55 +00:00
Mark Vejvoda
a0bd1242b6
- improved performance of CRC precache thread, now uses up to 3 worker threads to batch process techtree's
2011-03-16 23:43:31 +00:00
Mark Vejvoda
2c6fef4efc
- added purge file stats and bugfix when showing help on commandline
2011-03-15 16:52:42 +00:00
Mark Vejvoda
7d38aec84a
- new commandline options to discover and optional delete unused files in techtrees
2011-03-15 15:30:28 +00:00
Mark Vejvoda
b3951b3940
-bugfix for vc++ compile
2011-03-13 13:14:47 +00:00
Mark Vejvoda
d0a95b1ff5
- added another option when converting model textures (keepsmallest)
2011-03-13 09:57:04 +00:00
Mark Vejvoda
39bf1b986e
- added new commandline option to convert folders of g3d models to use specified texture format
...
- added new utility methods and changed code to use them (like adding trailing slash on paths)
2011-03-13 08:23:43 +00:00
Mark Vejvoda
f35e920d47
- added logic to delete old texture after doing a model texture conversion
2011-03-12 22:11:09 +00:00
Mark Vejvoda
f46eaa159a
- bugfix for bug reported by gonana (ascii hotkeys work properly once again)
2011-03-11 06:34:59 +00:00
Mark Vejvoda
330caf7f8a
- added a CRC file cache to improve performance of CRC operations for large lists of files
2011-03-10 21:38:43 +00:00
Mark Vejvoda
2101a83a5d
- added support for special tags in ini file strings in preparation for storing userdata in ~/.megaglest
2011-03-10 01:23:34 +00:00
Mark Vejvoda
ab706e1762
- some code cleanup related to vc++ posix naming warnings
2011-03-09 18:51:26 +00:00
Mark Vejvoda
0b67911199
- vc++ compile fixes
2011-03-09 18:42:50 +00:00
Mark Vejvoda
817d8cfea8
- added logic for ftp file transfers to look for 7z archives for tilesets and download and extract on the client side if the 7z archive exists on the server
2011-03-09 18:35:19 +00:00
Mark Vejvoda
e5a62f57ef
- some logging changes for helping test world synch better
2011-02-16 02:52:52 +00:00
Mark Vejvoda
cc973f3427
- bugfixes, some related to things pointed out by valgrind, some from opengl research and some for more stable operation
2011-02-12 07:34:32 +00:00
Mark Vejvoda
1ee25a2c91
- bugfixes to get win32 working with fbo's
2011-02-08 16:34:19 +00:00
Mark Vejvoda
0b4eef10c5
- added a very useful way to track mutex usage and performance timings of mutex locking to discover thread lock issues
2011-01-31 23:01:39 +00:00
Mark Vejvoda
c647e58260
- commented out old console outputs (see jack2 I do read IRC sometimes)
2011-01-31 02:07:58 +00:00
Mark Vejvoda
632ab24b50
- disable memory vault to see how it affects game performance
2011-01-29 18:48:50 +00:00
Mark Vejvoda
177531c376
- commented out some debug statements and corrected stuck harvesting a bit
2011-01-28 08:37:48 +00:00
Mark Vejvoda
99a6826e51
- attempt to fix FreeBSD globbing
2011-01-26 09:19:39 +00:00