SoftCoder
|
0de4f33923
|
- error output now shows system time
|
2014-01-17 09:46:31 -08:00 |
|
SoftCoder
|
2c7d464abc
|
- remove console output for pbo's
|
2014-01-12 09:59:08 -08:00 |
|
SoftCoder
|
3425d4c248
|
- changed code to cleanup pixbuf allocation earlier to not confuse gDEbugger about an openGL memory leak.
|
2014-01-11 23:28:33 -08:00 |
|
titiger
|
41553cc679
|
dumb bug writing mesh bound particle warnings all the time, even if not needed
|
2014-01-08 22:24:11 +01:00 |
|
titiger
|
aee2417ce1
|
Additional warning for modders to find problems with mesh bound particles.
|
2014-01-05 23:57:29 +01:00 |
|
titiger
|
ba1d03118e
|
unit particles can be bound to first vertice of meshes ( <meshName value="part1.001" /> )
|
2014-01-04 18:40:00 +01: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
|
85319b30fc
|
- fixup use of --data-path param
|
2014-01-03 08:01:33 -08:00 |
|
SoftCoder
|
5f1e67ec9b
|
- updated network throttle check to output nothing if we cannot open the reg key (likely because it does not exist and does not apply)
- updated libvlc use in windows to use 2.1.2
|
2014-01-01 14:58:14 -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
|
21a12a6c72
|
- added ability to render map preview full screen when user clicks on the map preview. Click anywhere on the fullscreen map to restore.
|
2013-12-30 23:32:06 -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
|
e0aa65402d
|
- added ability to force the LUA version to compile with (5.1 or 5.2)
|
2013-12-30 18:30:23 -08:00 |
|
SoftCoder
|
8742d36a06
|
- do not save empty lua tables
|
2013-12-30 17:12:49 -08:00 |
|
SoftCoder
|
5613b0739e
|
- added more lua debug info
|
2013-12-30 14:00:04 -08:00 |
|
SoftCoder
|
2c788e074a
|
- fix auto loading scenario from commandline
|
2013-12-30 12:19:10 -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
|
5c90b9148c
|
- bugfix for saving / loading booleans in a lua table
|
2013-12-30 09:28:25 -08:00 |
|
SoftCoder
|
fda53f47d1
|
- bugfix for loading scenarios with their own techs
- all scenario errors are now caught and shown in a messagebox and game can continue.
|
2013-12-30 02:01:47 -08:00 |
|
SoftCoder
|
b6cd751250
|
- bugfixes on windows platform when some folders and files are missing, do not crash hard.
|
2013-12-27 23:05:20 -08:00 |
|
SoftCoder
|
163a5a173a
|
- bugfix when user has no sound device
|
2013-12-27 22:32:58 -08:00 |
|
SoftCoder
|
62821793c0
|
- moved core game data asset loading into lazy load methods to try to improve the startup speed of megaglest.
|
2013-12-27 22:00:29 -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
|
1ba098d0f0
|
- clang compiler warning cleanup
|
2013-12-23 00:05:07 -08:00 |
|
SoftCoder
|
e0c2a388d4
|
- msvc compiler warning cleanup
|
2013-12-22 23:58:12 -08:00 |
|
SoftCoder
|
3a24531ba7
|
- more code cleanup based on cppcheck results and valgrind
- added -h option to build-mg.sh to show parameter usage.
|
2013-12-22 22:53:26 -08:00 |
|
SoftCoder
|
6cd1d237ab
|
- a little more code cleanup from coverity issues
|
2013-12-22 13:18:40 -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
|
606aa392c7
|
- added coverity linux script
- a few updates to fix coverity reported issues
|
2013-12-17 23:57:45 -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
|
d8160c1065
|
- modified game time to be game duration instead as that is more useful for players who want to see in game clock info
|
2013-12-17 13:26:58 -08:00 |
|
SoftCoder
|
ca12b7912a
|
- cleanup clang warning
|
2013-12-16 19:25:07 -08:00 |
|
SoftCoder
|
b5243763a2
|
- added some device cleanup in case its needed
|
2013-12-16 19:11:17 -08:00 |
|
SoftCoder
|
1463dc0fc1
|
- bugfix for memory leak
|
2013-12-16 17:48:52 -08:00 |
|
SoftCoder
|
d1f9fbc4a7
|
- cleanup warnings from clang
|
2013-12-15 09:19:24 -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
|
b8ab732b85
|
- cppcheck code cleanup
|
2013-12-14 18:07:22 -08:00 |
|
SoftCoder
|
22beafe122
|
- fixed windows build for vc++ 2010
|
2013-12-14 03:09:12 -08:00 |
|
SoftCoder
|
b11932b92d
|
- cleanup from cppcheck report
|
2013-12-14 03:03:19 -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 |
|