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
|
9b097fd911
|
decouple masterserver from network host game settings into two seperate threads
|
2013-11-07 18:39:08 +00:00 |
|
Mark Vejvoda
|
70421d1b3d
|
added a check for data and user data paths being the same
|
2013-11-06 00:31: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
|
f4cbced3f4
|
more vc++ warning fixes as well as disable an unused font renderer in windows
|
2013-11-04 20:16:52 +00:00 |
|
Mark Vejvoda
|
1134ad399d
|
- added a more graceful way to handle more serious errors during data validation commands in order to offer more detailed error analysis
|
2013-11-04 07:21:04 +00:00 |
|
Mark Vejvoda
|
9a3463330c
|
*Stupid* vc++ compiler never ceases to amaze me how pathetic it is.
|
2013-11-03 07:55:20 +00:00 |
|
Mark Vejvoda
|
8d4f5a9f40
|
i know its crazy, but attempt performance gains by avoiding use of int64 as much as possible.
|
2013-11-03 07:18:27 +00:00 |
|
Mark Vejvoda
|
3fb957a13e
|
more vc++ compiler warning cleanup
|
2013-11-02 22:58:00 +00:00 |
|
Mark Vejvoda
|
eb085907d0
|
fixed the build
|
2013-11-02 11:22:32 +00:00 |
|
Mark Vejvoda
|
1d3859ff32
|
- windows x64 updates to get things compiling on vc2012 x64
|
2013-11-02 11:04:52 +00:00 |
|
Mark Vejvoda
|
2612774078
|
a few small performance improvements based on perf tool
|
2013-11-01 06:42:57 +00:00 |
|
Mark Vejvoda
|
7ad30f92bf
|
- added game statistics gathering and saving on masterserver.
see Table glestserver now has the field: gameUUID
Table glestgamestats has game header stats
Table glestgameplayerstats has game player stats
|
2013-10-31 00:57:36 +00:00 |
|
Mark Vejvoda
|
c66db8ce49
|
fix windows build
|
2013-10-28 21:08:49 +00:00 |
|
Mark Vejvoda
|
957fe2d09b
|
cleanup of show message code for headless mode
|
2013-10-28 18:58:15 +00:00 |
|
Mark Vejvoda
|
a17068165f
|
try to see if this makes disabled network crc checking more performance freindly
|
2013-10-20 20:06:19 +00:00 |
|
Mark Vejvoda
|
a4a32fc4fe
|
- added more crc checking info to track oos
|
2013-10-19 21:12:08 +00:00 |
|
Mark Vejvoda
|
9224a7e242
|
- attempt to fix crc file bug
|
2013-10-18 15:47:17 +00:00 |
|
Mark Vejvoda
|
83055456d2
|
- added more crc capture data to track down oos
|
2013-10-17 06:36:28 +00:00 |
|
Mark Vejvoda
|
fb276d1dd7
|
- added more crc logging to detect oos location
|
2013-10-17 02:49:25 +00:00 |
|
Mark Vejvoda
|
37a53c114a
|
- attempt to detect oos by adding more crc and log info
|
2013-10-14 02:35:42 +00:00 |
|
Mark Vejvoda
|
ada8810666
|
added support for properly named attack-strength tag (and keep support for old name)
|
2013-10-03 14:51:26 +00:00 |
|
Mark Vejvoda
|
53a557d8d1
|
- fixed mod center image previews in cases where userdata folder was non default
- removed commented out old code
|
2013-10-03 05:44:50 +00:00 |
|
Mark Vejvoda
|
9e60723296
|
revert most doubles back to float and truncate at 6 decimals
|
2013-10-03 00:17:51 +00:00 |
|
Mark Vejvoda
|
dc503d6340
|
- attempt to see if this makes stability better
|
2013-10-02 20:22:10 +00:00 |
|
Mark Vejvoda
|
939e88ce38
|
- attempt to fix additional oos issues
|
2013-09-28 07:10:25 +00:00 |
|
Mark Vejvoda
|
9967df316c
|
- attempt to fix additional oos issues
|
2013-09-28 05:06:04 +00:00 |
|
Mark Vejvoda
|
63ed244de2
|
- attempt to fix additional oos issues
|
2013-09-27 00:14:54 +00:00 |
|
Mark Vejvoda
|
37c2ace11a
|
- rollback last commit
|
2013-09-26 16:37:32 +00:00 |
|
Mark Vejvoda
|
7349a1f126
|
- attempt to convert use of more floats to double
|
2013-09-25 15:40:19 +00:00 |
|
Mark Vejvoda
|
525e0da652
|
- change a bunch of floats to double and remove path from particle texture
|
2013-09-25 00:17:11 +00:00 |
|
Mark Vejvoda
|
875eb95790
|
bugfix for particle cleanup
|
2013-09-24 03:44:15 +00:00 |
|
Mark Vejvoda
|
f66a0834c9
|
try to cleanup possible memory issue
|
2013-09-23 22:25:38 +00:00 |
|
Mark Vejvoda
|
3a6544a257
|
attempt for big cleanup of out of synch issues, please test!
|
2013-09-23 17:16:34 +00:00 |
|
Mark Vejvoda
|
b5e26070b1
|
- updated to beta2 and added primitive CRC checking for network games, requies the Host user to set the following ini to enable CRC's:
EnableNetworkGameSynchChecks=true
|
2013-09-12 03:33:43 +00:00 |
|
Mark Vejvoda
|
17da18978a
|
init variables
|
2013-06-22 07:39:12 +00:00 |
|
Mark Vejvoda
|
67bf5ebc1b
|
bugfix for vc++ compiling
|
2013-06-22 04:32:22 +00:00 |
|
Mark Vejvoda
|
bb14d4cc1e
|
bugfix for shutdown of threads and garbage collection.
|
2013-06-22 03:36:18 +00:00 |
|
Mark Vejvoda
|
76ee030e93
|
bugfix for shutdown of threads and garbage collection.
|
2013-06-21 22:59:22 +00:00 |
|
Mark Vejvoda
|
bd4e2c8724
|
applied heightmap addition to map editor -> thanks muwum
|
2013-06-21 18:21:07 +00:00 |
|
Mark Vejvoda
|
dde601e416
|
attempt to implement will's mesh merging for better render performance
|
2013-06-20 07:24:09 +00:00 |
|
Mark Vejvoda
|
1eb17e3bb2
|
- added support for translated techtrees. To produce a default techtree lng file in the proper techtree folder run:
megaglest --translate-techtrees=megapack
where megapack is the name of the techtree
|
2013-06-12 22:49:47 +00:00 |
|
Mark Vejvoda
|
adce76d68f
|
more mad attempts to squeeze better performance
|
2013-06-12 17:49:12 +00:00 |
|
Mark Vejvoda
|
1e1676a34a
|
more render improvements
|
2013-06-12 06:14:55 +00:00 |
|
Mark Vejvoda
|
668b34db8e
|
more mad attempts to squeeze better performance
|
2013-06-11 06:44:26 +00:00 |
|
Mark Vejvoda
|
267dc7534f
|
bugfix for float rounding segfault
|
2013-06-11 01:23:04 +00:00 |
|
Mark Vejvoda
|
d067b52799
|
fixed windows build and added new test to vc++ project
|
2013-06-10 23:08:03 +00:00 |
|
Mark Vejvoda
|
16f4e08395
|
attempt to speed up float truncation and add some unit tests
|
2013-06-10 22:38:33 +00:00 |
|
Mark Vejvoda
|
4533da71bd
|
bugfixes for attack boost did not properly rollback boost value sometimes for multiplier style boosts
|
2013-06-06 04:10:49 +00:00 |
|
Mark Vejvoda
|
173075d962
|
allow each language to specify special keys allowed for that language (bugfix for polish)
|
2013-06-05 05:53:59 +00:00 |
|