SoftCoder
|
9792b9695b
|
- attempt to fix socket issues causing hangs
|
2015-12-25 23:12:00 -08:00 |
|
SoftCoder
|
c9fb0160dc
|
- attempt to fix hand in windwos network games
|
2015-12-25 14:08:54 -08:00 |
|
SoftCoder
|
ff2fb03c78
|
- attempt safe socket code to avoid hangs
|
2015-12-23 21:37:35 -08:00 |
|
SoftCoder
|
9f55e9235a
|
- last try to optimize socket thread locks
|
2015-12-23 14:26:03 -08:00 |
|
SoftCoder
|
a8b735ffcc
|
- check to see if this corrects the current windows client hang in network games
|
2015-12-23 12:42:39 -08:00 |
|
SoftCoder
|
9e0d227172
|
- attempt to see if this fixes thread locking performance issues in windows
|
2015-11-21 10:23:45 -08:00 |
|
SoftCoder
|
49ce8e729b
|
- added support for miniupnpc 1.9
|
2015-10-21 18:11:19 -07:00 |
|
SoftCoder
|
8e439a2325
|
- got sdl2 branch compiling and game loads
|
2015-09-28 23:28:11 -07:00 |
|
SoftCoder
|
4dea67cff9
|
- attempt to fix thread crash when ending game for network play
|
2014-12-19 19:08:04 -08:00 |
|
SoftCoder
|
5099f19709
|
- update miniz code to 1.15
|
2014-12-17 07:28:06 -08:00 |
|
SoftCoder
|
c945a5721d
|
- more coverity based fixes
|
2014-12-15 21:07:13 -08:00 |
|
SoftCoder
|
5e292e931c
|
- memory leak and a few other minor bug fixes as discovered by coverity scan.
|
2014-11-30 15:30:02 -08:00 |
|
SoftCoder
|
9026ce161d
|
- bugfixes when user has no internet and published not turned on, do not try to do UPNP.
|
2014-01-03 15:10:30 -08:00 |
|
SoftCoder
|
6f4c3ed033
|
- added reg file for windows users to manually disable packet throttling
- added console warning for windows users that have this setting enabled.
|
2014-01-01 13:24:24 -08:00 |
|
SoftCoder
|
7643c2b591
|
- changed registry branch to hkey local machine for packet throttle
|
2014-01-01 11:23:51 -08:00 |
|
SoftCoder
|
02cb5c235d
|
- bugfix to compile in msvc
|
2014-01-01 11:08:51 -08:00 |
|
SoftCoder
|
676a6071fa
|
- attempt to disable packet throttling on windows
- added some network packet debug code
|
2014-01-01 10:59:55 -08:00 |
|
SoftCoder
|
220a0130dd
|
- bugfixes for msvc compile
|
2013-12-25 11:48:08 -08:00 |
|
SoftCoder
|
3bb9da6cdf
|
- removed directsound related references as it has been deprecated since 3.6.0.1
- coverity related fixes
|
2013-12-25 11:42:00 -08:00 |
|
SoftCoder
|
f06d474b60
|
- cleanup some socket issues and also a possible int overflow
|
2013-12-24 22:44:46 -08:00 |
|
SoftCoder
|
3111b733e2
|
- bugfix for chrono class calcs causing group camera recall to fail (And numerous other problems)
- added better tracking of mutexes by assigning them location info
|
2013-12-24 22:27:44 -08:00 |
|
SoftCoder
|
25326c64b1
|
- cleanup some warnings from msvc
|
2013-12-23 10:34:52 -08:00 |
|
SoftCoder
|
343a728911
|
- cleanup some network related code and try to remove uneeded noise
|
2013-12-18 23:35:27 -08:00 |
|
SoftCoder
|
998cabafac
|
- a few more coverity reported fixes
|
2013-12-18 08:26:16 -08:00 |
|
SoftCoder
|
e3996ceb92
|
- bugfixes for coverity reported issues
- new bash parameters for build-mg.sh (in prep for coverity automation)
- updated travis build to use new bash param
|
2013-12-17 17:35:51 -08:00 |
|
SoftCoder
|
0b73d3922a
|
- fixed windows build from coverity updates
|
2013-12-14 22:59:32 -08:00 |
|
SoftCoder
|
f269273f07
|
- round #2 of coverity bug fixes
|
2013-12-14 22:37:15 -08:00 |
|
SoftCoder
|
b9d6b38e8f
|
- coverity based bug fixes - round #1
|
2013-12-13 23:04:12 -08:00 |
|
Mark Vejvoda
|
66761ba760
|
- code cleanup based on additional gcc warnings
|
2013-11-19 06:42:32 +00:00 |
|
Mark Vejvoda
|
9268aaf279
|
- a few minor bug fixes related to code warnings
- code cleanup based on additional gcc warnings
- enabled additional gcc compiler warnings
|
2013-11-19 06:14:06 +00:00 |
|
Mark Vejvoda
|
0557a1195e
|
- added console output for socket errors (lets see if we get this on windows when they slow down)
- fixed missing reload ui items in menu
|
2013-11-12 15:01:37 +00:00 |
|
Mark Vejvoda
|
ba3e5a6030
|
added ip address for socket write errors
|
2013-11-09 19:32:13 +00:00 |
|
Mark Vejvoda
|
54338461dc
|
add timer for socket write errors to avoid performance penalty when writing to console
|
2013-11-09 19:30:36 +00:00 |
|
Mark Vejvoda
|
345907fc18
|
attempt to make win64 faster by using avx (as opposed to sse2)
|
2013-11-05 06:31:48 +00:00 |
|
Mark Vejvoda
|
b9bb1623a6
|
make sure unpnpc patch is applied as given on sourceforge
|
2013-06-14 03:32:10 +00:00 |
|
Mark Vejvoda
|
56774bc087
|
make server slots continuously read data on sockets during game
|
2013-06-04 00:31:41 +00:00 |
|
Mark Vejvoda
|
2c1b181bc7
|
a bunch more code cleanup from cppcheck
|
2013-05-26 06:03:32 +00:00 |
|
Mark Vejvoda
|
5b664fb1a2
|
- bugfix for transifex tutorial download files now loaded into UI
- updated each thread to provide its name
|
2013-05-21 20:28:42 +00:00 |
|
Mark Vejvoda
|
8408526b12
|
code cleanup based on cppcheck results
|
2013-05-17 03:59:34 +00:00 |
|
Mark Vejvoda
|
dbd26de28f
|
attempt to fix crash of irc client on exit
|
2013-05-15 00:45:34 +00:00 |
|
Mark Vejvoda
|
d703f7605b
|
- try to improve network performance
|
2013-03-23 23:18:50 +00:00 |
|
Mark Vejvoda
|
01b757a743
|
- try to improve network performance
|
2013-03-23 23:13:33 +00:00 |
|
Mark Vejvoda
|
159cdc40d0
|
- attempt to see if this helps network performance
|
2013-03-23 22:32:51 +00:00 |
|
Mark Vejvoda
|
bad8f62f94
|
- bugfixes for detecting client disconnection
|
2013-03-15 06:51:57 +00:00 |
|
Mark Vejvoda
|
b805308a42
|
- bugfixes for detecting client disconnection
|
2013-03-15 00:31:51 +00:00 |
|
Mark Vejvoda
|
9ceaf6cec1
|
- attempt to further protect threaded socket access
|
2013-03-14 19:46:31 +00:00 |
|
Mark Vejvoda
|
16d25210e4
|
- make client use less CPU for network games
|
2013-03-13 21:32:48 +00:00 |
|
Mark Vejvoda
|
1e07d023ce
|
- additional socket thread protection to fix latest crash reported by titi
|
2013-03-11 03:52:35 +00:00 |
|
Mark Vejvoda
|
6152b6b7bb
|
- additional socket thread protection to fix latest crash reported by titi
|
2013-03-11 03:27:20 +00:00 |
|
Mark Vejvoda
|
e74f747fbd
|
- attempt to make connection status more reliable and have less hangs when disconnects occur
|
2013-03-08 08:42:08 +00:00 |
|