SoftCoder
|
03f5455eb2
|
Merge branch 'develop' of github-softcoder-megaglest:MegaGlest/megaglest-source into develop
|
2016-01-04 17:33:04 -08:00 |
|
SoftCoder
|
e21b2506d6
|
- try to fix issue #104
|
2016-01-04 17:32:34 -08:00 |
|
titiger
|
f3e96a64c1
|
new parameter --server-title
see issue #95
|
2016-01-03 16:31:05 +01:00 |
|
SoftCoder
|
16a11d6a6f
|
- change sdl mutex name to new sdl2 name
|
2015-12-28 23:51:19 -08:00 |
|
SoftCoder
|
c1144ad9d7
|
- attempt to speed up mutex lock / unlock
|
2015-12-28 23:06:12 -08:00 |
|
SoftCoder
|
64139523d4
|
- attempt to inline some mutex funcrtiosn for beter performance
|
2015-12-28 21:17:09 -08:00 |
|
titiger
|
dbee447a9a
|
eventSdlKeyDown
Give the real SDL_KEYDOWN to the Window/Program states.
This fixes issues with group keys and SDL2.
|
2015-10-30 01:04:01 +01:00 |
|
SoftCoder
|
d5edf6f973
|
- trying to fix issue #71 alt-enter toggle
|
2015-10-28 16:07:15 -07:00 |
|
SoftCoder
|
76d41dfc09
|
- attempt to see if IRC chat works better with sdl2 textinput
|
2015-10-24 09:02:23 -07:00 |
|
titiger
|
8991507526
|
Mouse pointer works a bit better
SDL2 showed native and MG mouse pointer at the same time. Attempt to fix it.
|
2015-10-07 02:14:07 +02:00 |
|
SoftCoder
|
d80ca9e0b2
|
- for now make fullscreen mode ONLY use desktop resolution, all other tries seem buggy in SDL2
|
2015-10-04 20:34:54 -07:00 |
|
SoftCoder
|
8e439a2325
|
- got sdl2 branch compiling and game loads
|
2015-09-28 23:28:11 -07:00 |
|
titiger
|
23ea9f6201
|
first steps for sdl2 ( still many compile errors )
|
2015-09-29 01:30:28 +02:00 |
|
SoftCoder
|
952004151c
|
- removed d3d files which were deprecated long ago
- removed freetype-gl (the embedded library from code.google.com)
|
2014-01-25 17:54:46 -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
|
676a6071fa
|
- attempt to disable packet throttling on windows
- added some network packet debug code
|
2014-01-01 10:59:55 -08:00 |
|
SoftCoder
|
b109b26664
|
- attempt to add crude thread state tracking in thread class and force thread to die if it appears to be stuck (and output to console)
|
2013-12-30 21:23:49 -08:00 |
|
SoftCoder
|
c7c82b56e1
|
- a little cleanup of building with lua and CMAKE
- added ability to force building without static libs in build script: -d=1
- added --lua-debug commandline option
|
2013-12-30 11:02:43 -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
|
d69e19b87b
|
Merge branch 'master' of github-softcoder-megaglest:MegaGlest/megaglest-source
Conflicts:
source/shared_lib/include/platform/sdl/factory_repository.h
|
2013-12-14 02:45:25 -08:00 |
|
SoftCoder
|
65e55d3796
|
- merged changes with windows build fixes
- updated svn commands to git for validation params
|
2013-12-14 02:44:41 -08:00 |
|
SoftCoder
|
1d9f1f9432
|
- forgot to commit changes
|
2013-12-14 02:33:03 -08:00 |
|
SoftCoder
|
ec13e904d3
|
- fixed windows build (removed gl2 references)
|
2013-12-14 02:29:32 -08:00 |
|
Will
|
c6530c2783
|
merging in all Will's changes
|
2013-11-29 02:12:34 +01: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
|
b2f3748168
|
- updates related to debian package standards
|
2013-11-16 20:27:51 +00:00 |
|
Mark Vejvoda
|
445e39ab2d
|
updated compressor to skip non mode game data by default unless additional parameter specified
|
2013-11-14 23:18:28 +00:00 |
|
Mark Vejvoda
|
a300621415
|
- added a new commandline command to create data archives for network xfer for techtrees and tilesets:
megaglest --create-data-archives=all
|
2013-11-14 06:59:29 +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
|
3fb957a13e
|
more vc++ compiler warning cleanup
|
2013-11-02 22:58:00 +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
|
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
|
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
|
173075d962
|
allow each language to specify special keys allowed for that language (bugfix for polish)
|
2013-06-05 05:53:59 +00:00 |
|
Mark Vejvoda
|
a17fcdb5b4
|
bugfixes for thread shutdown
|
2013-05-17 00:40:54 +00:00 |
|
Mark Vejvoda
|
910bb8bc56
|
- attempt to have more clean shutdown of threads on game exit
|
2013-05-17 00:08:26 +00:00 |
|
Mark Vejvoda
|
8983592400
|
- attempt to make mutex usage more stable and find memory issues
|
2013-04-05 05:39:30 +00:00 |
|
Mark Vejvoda
|
704935c534
|
- attempt to fix double free bug reported by tomreyn
|
2013-03-08 05:24:37 +00:00 |
|
Mark Vejvoda
|
47aa0050b8
|
- this seems to be stable now and handles lag quite well i think
|
2013-03-02 07:33:01 +00:00 |
|
Titus Tscharntke
|
a3635376cf
|
no more trouble with middle mouse button camera view
|
2013-02-09 23:20:40 +00:00 |
|
Mark Vejvoda
|
bf468a39e1
|
-bugfix for vc++ 2010 (last commit was done from vc++ 2012)
|
2013-02-05 02:35:09 +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
|
8cd7aa0e43
|
- code cleanup from cppcheck
|
2013-01-25 02:55:28 +00:00 |
|
Mark Vejvoda
|
2a927cd0b8
|
- try to improve error handling on windows for better stack traces
|
2013-01-11 22:00:10 +00:00 |
|