Mark Vejvoda
|
73b400cea7
|
- removed deprecated curl header (still need to create a branch to apply the fix to 3.5.2.4)
|
2011-07-08 22:33:36 +00:00 |
|
Mark Vejvoda
|
f2ccc5b0ca
|
- bugfix for miniupnpc (when using non embedded version there was a null pointer)
|
2011-06-01 19:06:14 +00:00 |
|
Mark Vejvoda
|
9372369054
|
- fixed 3.5.2 build issue which incorrectly referenced a deprecated header file from curl
|
2011-07-09 01:28:59 +00:00 |
|
Mark Vejvoda
|
60b8093f5b
|
- attempt to get non ascii file paths working in megaglest (Japanese etc...)
|
2011-05-18 21:49:11 +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
|
3e3b774dd5
|
- removed hard coded reference to 7z, uses all ini file options
|
2011-04-10 20:25:36 +00:00 |
|
Mark Vejvoda
|
0a2ffde50f
|
- fixed mod menu crash bug after doing a remove
|
2011-04-10 01:42:14 +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
|
788d81ba7e
|
- added code to download and display image preview for mod selections if they exist
|
2011-04-07 23:51:22 +00:00 |
|
Mark Vejvoda
|
5fd59eb00f
|
- added more debug info and error output to detect failures to write file data during file xfers
|
2011-04-04 17:56: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
|
965ac7e00b
|
- commented out unused curl method so now it should be able to compile on older libcurl
|
2011-03-27 16:18:16 +00:00 |
|
Mark Vejvoda
|
d9bc605974
|
- added scenarios to mod menu
|
2011-03-26 18:37:38 +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
|
0379b7284d
|
- removed requirement to have a newer libcurl, now most platform, should be able to build mg more easily (only require 7.16.4 or newer instead of 7.21.0)
|
2011-03-20 00:11:00 +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
|
63da3d7af2
|
- added techtrees for file xfer and CRC checking (might need to turn off etc later but lets test for now)
|
2011-03-09 23:09:32 +00:00 |
|
Mark Vejvoda
|
5f9e8d97d3
|
- bufix for ftp tileset xfer, if no 7z file exists continue getting individual files
|
2011-03-09 19:29: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
|
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
|
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
|
66261ad662
|
- updated line endings to unix style characters to fix Bug #3085838
|
2011-01-20 15:56:30 +00:00 |
|
Mark Vejvoda
|
281f489678
|
- attempt to make FTP transfers more efficient by turning off epsv since feathery doesn't support it
|
2011-01-16 08:08:44 +00:00 |
|
Mark Vejvoda
|
0c138f61a6
|
- some updates to handling of failed ftp transfers
|
2011-01-16 06:54:33 +00:00 |
|
Mark Vejvoda
|
1cc5f8c70e
|
- commented console output for FTP progress
|
2011-01-16 03:44:55 +00:00 |
|
Mark Vejvoda
|
681db699a1
|
- a bit more libcurl code cleanup
|
2011-01-15 23:02:19 +00:00 |
|
Mark Vejvoda
|
385fb0b3f0
|
- bunch of bugfixes for FTP file transfer:
- failed attempts should now properly cleanup partial downloaded files
- better logging and resource usage to track down problems
|
2011-01-15 21:53:00 +00:00 |
|
Mark Vejvoda
|
934b430f93
|
- added more logging to see what client FTP port # will be
|
2011-01-15 19:16:00 +00:00 |
|
Mark Vejvoda
|
e6f69a3839
|
- added code for server to tell clients which port to use for FTP
|
2011-01-15 18:56:03 +00:00 |
|
Mark Vejvoda
|
654de490c2
|
- set max time for FTP transfers to 10 minutes
|
2011-01-15 00:10:51 +00:00 |
|
Mark Vejvoda
|
f6b0bd3fd7
|
- some ftp file transfer bugfixes and moved many strings into language file
|
2011-01-14 17:57:37 +00:00 |
|
Mark Vejvoda
|
1e2da898b7
|
- bugfix for ftp client using wrong ftp username in some cases
|
2011-01-10 07:43:52 +00:00 |
|
Mark Vejvoda
|
7bc6b603b9
|
- lua bugfix for fog of war toggling
- ftp client bugfix for reported segfault
|
2011-01-10 00:05:31 +00:00 |
|
Mark Vejvoda
|
74824fe753
|
- added some ftp logging to network debug log
|
2011-01-09 07:37:59 +00:00 |
|
Mark Vejvoda
|
912188679c
|
- some ftp bugfixes and cleanup on ftp client that have failed transfers
|
2011-01-09 05:49:59 +00:00 |
|
Mark Vejvoda
|
a6cd69d9ed
|
- a few bugfixes pointed out by tomreyn.. thanks
|
2011-01-07 04:32:41 +00:00 |
|
Mark Vejvoda
|
02e591c41d
|
- some code cleanup
|
2011-01-04 20:55:10 +00:00 |
|
Mark Vejvoda
|
b8e272519c
|
- updates to file transfer progress bar
|
2011-01-04 20:00:39 +00:00 |
|
Mark Vejvoda
|
f3eee457c0
|
- added an in progress bar when downloading tilesets
- clear the CRC cache after a new file is downloaded
|
2011-01-04 08:44:00 +00:00 |
|
Mark Vejvoda
|
83ff486e21
|
- code cleanup
|
2011-01-02 10:09:49 +00:00 |
|
Mark Vejvoda
|
8eeb0b550c
|
- more ftp tileset bugfixes
|
2011-01-01 03:12:28 +00:00 |
|
Mark Vejvoda
|
7088f60425
|
- more ftp tileset bugfixes
|
2011-01-01 02:01:10 +00:00 |
|
Mark Vejvoda
|
79d2329559
|
- more ftp tileset bugfixes
|
2011-01-01 01:54:12 +00:00 |
|
Mark Vejvoda
|
093077810f
|
- bugfix to add tileset requests into ftp client thread
|
2011-01-01 01:49:01 +00:00 |
|
Mark Vejvoda
|
2cdb8dd354
|
- initial work for tileset ftp transfers, needs some testing
|
2011-01-01 00:50:10 +00:00 |
|
Mark Vejvoda
|
7e55a545c4
|
- added code for ftp client to handle failures and menu exit more gracefully
|
2010-12-31 21:02:06 +00:00 |
|
Mark Vejvoda
|
0987536af8
|
- changed order of map searching, now we look in this order:
mydata/maps mgm file type
mydata/maps gbm file type
maps / mgm file type
maps/ gbm file type
|
2010-12-30 21:19:08 +00:00 |
|
Mark Vejvoda
|
4fb1b1092f
|
- added ftp port # as an ini setting and added to UPNP for router auto-config
- added new language string for message box to prompt map file downloads
|
2010-12-29 20:28:25 +00:00 |
|
Mark Vejvoda
|
0c3ceb7c99
|
- more ftp bugfixes
|
2010-12-29 08:04:31 +00:00 |
|