Mark Vejvoda
|
910bb8bc56
|
- attempt to have more clean shutdown of threads on game exit
|
2013-05-17 00:08:26 +00:00 |
|
Mark Vejvoda
|
febbf5012c
|
attempt to fix delay of irc client
|
2013-05-15 04:49:57 +00:00 |
|
Mark Vejvoda
|
dbd26de28f
|
attempt to fix crash of irc client on exit
|
2013-05-15 00:45:34 +00:00 |
|
Mark Vejvoda
|
5370729ce1
|
bugfix to close irc client down quickly when exiting application.
|
2013-05-03 23:11:57 +00:00 |
|
Mark Vejvoda
|
1b344808ff
|
added more unit tests and did some refactoring of xml parser code
|
2013-05-03 20:18:01 +00:00 |
|
Mark Vejvoda
|
7534feb971
|
forgot to add an include
|
2013-05-01 21:01:57 +00:00 |
|
Mark Vejvoda
|
c30d78ff74
|
saved games for rejoining in progress games saves to .zip and sends that to clients.
|
2013-05-01 20:56:19 +00:00 |
|
Mark Vejvoda
|
3163b3887a
|
fix the unit tests that didn't work on some compilers handling static cast of enums in a weird way
|
2013-05-01 01:20:29 +00:00 |
|
Mark Vejvoda
|
65266ca41e
|
- added cppunit into build system and started writing some unit tests (requires new dependency cppunit)
|
2013-04-30 01:27:14 +00:00 |
|
Titus Tscharntke
|
6849d432bf
|
colorpicking improved again and hopefully fixed false clicks on attacks ... ( works with low display resolutions too now)
|
2013-04-27 17:38:35 +00:00 |
|
Titus Tscharntke
|
8ba869c4b7
|
fixed double click selection for colorpicking
|
2013-04-26 15:25:15 +00:00 |
|
Titus Tscharntke
|
77ca62240e
|
and colorpicking is faster again
|
2013-04-25 23:46:55 +00:00 |
|
Titus Tscharntke
|
9d3c99d6d0
|
Speed for colorpicking :-D. Its nearly as fast as selectbuf now . ( and tree selection for colorpicking is fixed )
|
2013-04-25 23:12:34 +00:00 |
|
Titus Tscharntke
|
519ad0fbeb
|
Bug in models or bug in g3dviewer ? Newer models have set opacity of Material set to 0 ( needed to see transparency in blender ) but this full transparency is ( correctly) exported, resulting in not beeing shown in G3d Viewer or when used as unit. Used as tileset Models all was ok. So fixed for the Moment, but not entirely happy with this now. Maybe the blender exporter should set opacity to 1 if its set to 0 instead.
|
2013-04-08 22:01:38 +00:00 |
|
Mark Vejvoda
|
8983592400
|
- attempt to make mutex usage more stable and find memory issues
|
2013-04-05 05:39:30 +00:00 |
|
Titus Tscharntke
|
d2928459a0
|
better line wrapping respecting \n too now
|
2013-04-03 16:16:39 +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
|
704935c534
|
- attempt to fix double free bug reported by tomreyn
|
2013-03-08 05:24:37 +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
|
b8357b8696
|
- updated cmake to output more info regarding finding libircclient and better support for ircclcient
- cleanup too many exclamations in finding ftgl libs
|
2013-03-06 00:47:21 +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 |
|
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
|
af89f4c5ed
|
- fixed the build on windows
|
2013-02-22 22:40:31 +00:00 |
|
Mark Vejvoda
|
b8f594fcf2
|
- comment out debug statement from last commit
|
2013-02-21 23:34:26 +00:00 |
|
Mark Vejvoda
|
98e8aff4c3
|
- check when loading xml's that they are not a folder
- change dump world key to \
|
2013-02-21 23:30:26 +00:00 |
|
Titus Tscharntke
|
01b6986581
|
First steps for new terrain texturing. In tileset xml do:
<surface partsize="64">
<texture path="textures/512.png"/>
</surface>
|
2013-02-20 17:42:47 +00:00 |
|
Mark Vejvoda
|
8916a86b8c
|
- bugfixes for load / save game for in progress joining
|
2013-02-19 06:41:56 +00:00 |
|
Mark Vejvoda
|
87a4eb49e4
|
- fixed lua 5.2 code for save / load games
- cmake now prefers lua 5.2 over 5.1
|
2013-02-16 21:20:09 +00:00 |
|
Mark Vejvoda
|
45dc4c0e5d
|
- updates to join in progress game, and now allow for switching slots
|
2013-02-16 19:11:36 +00:00 |
|
Mark Vejvoda
|
9d19ff2b57
|
- added the first draft of joining games in progress
|
2013-02-15 18:25:10 +00:00 |
|
Titus Tscharntke
|
a3635376cf
|
no more trouble with middle mouse button camera view
|
2013-02-09 23:20:40 +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 |
|
Titus Tscharntke
|
06a1fad2fc
|
fix for more picky gcc 4.7.2 compiler
|
2013-02-08 17:42:44 +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
|
941b00b9bb
|
- remove 8 bit color as a selectable options in UI
|
2013-02-07 01:41:52 +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
|
f4b026b41f
|
- bugfix on linux
|
2013-02-04 08:36:03 +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
|
8dc637527a
|
- tighten up code.. ensure pointers set to null after delete, etc
|
2013-02-01 17:25:49 +00:00 |
|