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 |
|
Mark Vejvoda
|
560ed46cc0
|
- more bugfixes for slot switching and joining in progress games
- disallow server to toggle pause state when client is joining
- fix dmp extension on linux
|
2013-03-06 14:29:49 +00:00 |
|
Mark Vejvoda
|
45b8cf21a4
|
- attempt to fix disconnect and thread lock for in game connect games
|
2013-02-26 07:05:46 +00:00 |
|
Mark Vejvoda
|
9d19ff2b57
|
- added the first draft of joining games in progress
|
2013-02-15 18:25:10 +00:00 |
|
Mark Vejvoda
|
9bc6d33f1d
|
- bug fixes to stabilize the windows build
|
2013-02-09 06:57:05 +00:00 |
|
Mark Vejvoda
|
86a7ca2b6f
|
- bugfix for older upnpc versions
|
2013-02-08 17:51:53 +00:00 |
|
Mark Vejvoda
|
da611f8a1f
|
- add a few more safety's in the code to avoid memory issues
|
2013-02-08 07:56:46 +00:00 |
|
Mark Vejvoda
|
74d7841c4d
|
- add a few more safety's in the code to avoid memory issues
|
2013-02-08 07:54:12 +00:00 |
|
Mark Vejvoda
|
f87b8b6ee2
|
- updated code to protect against null pointers and uninitialized values and threading issues
|
2013-02-04 08:30:43 +00:00 |
|
Mark Vejvoda
|
7ecc7325ac
|
- trying to trace nig's crash (more debug info and safer code)
|
2013-01-23 14:51:28 +00:00 |
|
Mark Vejvoda
|
790400938d
|
- test to see if we get better info on windows for unknown errors
|
2013-01-18 01:12:32 +00:00 |
|
Mark Vejvoda
|
7a57668a91
|
- added support for libminiupnpc 1.7
|
2012-12-26 01:11:11 +00:00 |
|
Mark Vejvoda
|
ff58a868b3
|
- attempt to bugfix windows using proper printf syntax for data types
|
2012-11-10 06:37:23 +00:00 |
|
Mark Vejvoda
|
e86a1ea5c0
|
- added address and port to socket error
|
2012-10-30 17:47:19 +00:00 |
|
Mark Vejvoda
|
3419127632
|
- proper way to handle size_t objects (cleanup warning on other platforms)
|
2012-10-26 02:42:10 +00:00 |
|
Mark Vejvoda
|
64058b17e7
|
- code cleanup from cppcheck
- added more checks when loading models, maps and textures
|
2012-10-20 07:15:13 +00:00 |
|