SoftCoder
86a59859b9
- atempt to cleanup use fo auto_ptr
2016-01-18 13:20:49 -08:00
SoftCoder
d82aaa22ad
- attempt to fix irc thread cleanup
2016-01-18 12:20:57 -08:00
SoftCoder
c6c9eb1c02
- try to fix irc thread crash and add more verbose output
2016-01-18 11:49:11 -08:00
SoftCoder
eeb9fc9405
- more verbose debug info
2016-01-17 15:15:31 -08:00
SoftCoder
f286813e7b
- added more verbose info for thread crash issue
2016-01-17 14:14:05 -08:00
SoftCoder
7eb6cff723
- attempt to fix irc thread crash foudn by tomreyn
2016-01-17 13:21:22 -08:00
SoftCoder
74da39e83e
- attempt to avoid crash if color picking index is larger than buffer, increase it
2016-01-16 21:49:36 -08:00
SoftCoder
35f3b2fa1a
code cleanup from clang warnings
2016-01-07 08:48:35 -08:00
SoftCoder
993c705e2b
- attempt to fix issue #72
2016-01-06 22:36:50 -08:00
SoftCoder
9496f485ce
- added mroe debug ability for openal and small change for context create
2016-01-06 16:35:48 -08:00
SoftCoder
c25867b5d8
- try to fix mouse pointer for issue #94
2016-01-04 20:56:48 -08:00
SoftCoder
e21b2506d6
- try to fix issue #104
2016-01-04 17:32:34 -08:00
SoftCoder
706113580d
- attempt better socket disconnect checking
2015-12-31 18:28:43 -08:00
SoftCoder
57f0b44ad3
- bugifx for static cached hostname, moved to higher scope to avoid sometimes random crashes
2015-12-31 16:48:55 -08:00
SoftCoder
b54b295ac8
- memory cleanup and fixed from cpcpheck
2015-12-31 14:22:25 -08:00
SoftCoder
eb15f8d701
- add compressed network messages for nmtLaunch and nmtBroadCastSetup (not backward compatible)
2015-12-31 13:12:26 -08:00
SoftCoder
27ed0b88fe
- beter checking for dsiconnected socket for sensitive winsock
2015-12-30 18:29:27 -08:00
SoftCoder
42d3295e9b
- add some logging to see if we find the weird cause of some hangs
2015-12-30 14:41:10 -08: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
ac0c0eafb9
- try to improve network perf
2015-12-28 22:27:45 -08:00
SoftCoder
ecaf376cb1
- attempt to rollback alst push causing hangs
2015-12-28 19:59:45 -08:00
SoftCoder
196660742a
- attempt to fix lagging in lobby and for windows clients
2015-12-28 17:59:26 -08:00
SoftCoder
6eb7a1e625
- little code cleanup in socket code
2015-12-26 09:34:55 -08:00
SoftCoder
9792b9695b
- attempt to fix socket issues causing hangs
2015-12-25 23:12:00 -08:00
SoftCoder
c9fb0160dc
- attempt to fix hand in windwos network games
2015-12-25 14:08:54 -08:00
SoftCoder
ff2fb03c78
- attempt safe socket code to avoid hangs
2015-12-23 21:37:35 -08:00
SoftCoder
9f55e9235a
- last try to optimize socket thread locks
2015-12-23 14:26:03 -08:00
SoftCoder
a8b735ffcc
- check to see if this corrects the current windows client hang in network games
2015-12-23 12:42:39 -08:00
SoftCoder
2f52e01a76
- fixed issue #88 (numpad keys work now)
2015-12-22 23:12:33 -08:00
titiger
19df221af2
reintroducing mapping of numpad enter to normal one
...
tomreyn convinced me that numpad-enter and normal enter should always
be handled the same way.
Doing this I also enabled the mapping of delete to backspace .
2015-12-14 01:20:09 +01:00
SoftCoder
b83414380c
- attempt to fix issue# 89
2015-12-12 22:01:48 -08:00
titiger
982137afed
remove remapping of keys, like numpad keys to normal and vice versa
2015-12-02 01:26:44 +01:00
SoftCoder
cfa9f38155
- another bugfix from coverity
2015-11-29 17:07:49 -08:00
SoftCoder
63bf258705
- remove all unused variables as reported by clang (and issue #35 )
2015-11-29 16:00:03 -08:00
SoftCoder
9fc7b9f72c
- attempt streflop bugfix for win64
2015-11-28 20:38:05 -08:00
SoftCoder
7e0494bb28
- some bug fixes based on coverity scan
2015-11-25 21:16:29 -08:00
titiger
e7eddca1ee
Bugfix for listBox Shortcuts
...
Holding down shift+letter while selecting jumps directly to a
map/faction/ ... which starts with the given letter.
2015-11-26 01:58:15 +01:00
SoftCoder
15d5a9bbd6
- bug fixes for non C++x11 compilers for using chrono
2015-11-21 11:45:52 -08:00
SoftCoder
49ae35e7cf
- thread safe localtime and hopefully back to good performance
2015-11-21 11:30:23 -08:00
SoftCoder
9e0d227172
- attempt to see if this fixes thread locking performance issues in windows
2015-11-21 10:23:45 -08:00
SoftCoder
492d821e0b
- small code cleanup
2015-11-12 04:18:08 -08:00
SoftCoder
f97e8d5fc3
- clipboard working now for utf8
2015-11-11 21:52:22 -08:00
titiger
8d315ba744
first steps for ctrl-v for input
...
Problems remaining:
paste probably iss too long for ( problem for text input labels )
paste is countet as one single input which deletes the whole pasted string
on pressing backspace.
2015-11-09 01:31:24 +01: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
SoftCoder
49ce8e729b
- added support for miniupnpc 1.9
2015-10-21 18:11:19 -07:00
SoftCoder
6d0592d4ab
- attempt to fix bugs related to sdl2 key handling
2015-10-17 22:46:42 -07:00
SoftCoder
92aa2a7e04
- updated windows build for sdl2
2015-10-17 17:58:25 -07:00