SoftCoder
588ec21d8a
- more cppcheck cleanup, AND some new inernal steam commandline parameters to reset stats and enable debugging
2017-10-09 23:09:52 -07:00
SoftCoder
d78f28983b
- some coverity based cleanups
2017-10-08 20:31:42 -07:00
filux
ef1c26d931
improved formatting of '--help' output in a way to be more friendly for help2man
2017-04-01 14:53:34 +02:00
titiger
88de655b28
and revert the last changes ....
2016-11-16 23:47:02 +01:00
titiger
09ae82b36c
more braces
2016-11-16 22:56:41 +01:00
titiger
1f2d93a1b5
braces ....
2016-11-16 22:35:28 +01:00
titiger
031a9d87ea
Trying to handle the windows key
2016-11-16 22:34:22 +01:00
titiger
1dfe1b8b42
lets see if this helps with issue #139
2016-11-12 18:04:12 +01:00
titiger
a182ce82bd
more bugfix for #138
2016-11-10 00:47:42 +01:00
titiger
cc64196c6b
alt+enter #138
...
Fast toggle on alt+enter and key repeat are different things.
This here should fix the alt+enter issue.
2016-11-09 23:25:59 +01:00
titiger
6c2f722f30
reverting some things related to alt+enter
...
real reason is false behaviour of static bool isUnprintableChar().
More tests needed.
2016-11-09 00:09:55 +01:00
titiger
4a85b17794
fiddling around with #138
2016-11-06 22:00:51 +01:00
titiger
0c3c636064
Trying to fix the fast fullscreen/windowed toggling
2016-11-06 18:24:11 +01:00
SoftCoder
2107958ad2
- add support for gcc6 in build script -g 6
...
- fix issue #132
2016-10-17 19:05:21 -07:00
titiger
9dd22ae347
lets see if this fixes alt+return endless toggling
2016-06-07 23:38:16 +02:00
SoftCoder
56494f3cd2
- finally fixing issue #102 (bad cell visible handling when fog of war turned off)
2016-05-27 16:15:27 -07:00
SoftCoder
d6dbb187cc
- fixed some bugs discovered by coverity scan
2016-01-20 21:34:23 -08:00
SoftCoder
0d8377d6b4
- try to fix mac build
2016-01-18 15:29:16 -08:00
SoftCoder
86a59859b9
- atempt to cleanup use fo auto_ptr
2016-01-18 13:20:49 -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
35f3b2fa1a
code cleanup from clang warnings
2016-01-07 08:48:35 -08:00
SoftCoder
c25867b5d8
- try to fix mouse pointer for issue #94
2016-01-04 20:56:48 -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
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
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
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
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
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
titiger
c402509853
no more SDL_WINDOW_RESIZABLE
...
This gave strange effects with missing parts on the screen
and bad mouse positioning. No more window resize in windowed
mode, likein old MG
2015-10-13 02:29:19 +02:00
SoftCoder
45598620fa
- additional bugfixes for keyboard entry in sdl2
2015-10-08 18:25:28 -07:00
SoftCoder
6707343ac4
- fix special keys in sld2 (like arrow key)
2015-10-08 17:04:43 -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
9e6e4dd6fe
- try to fix fullscreen mode a little better
2015-10-04 14:03:12 -07:00
SoftCoder
32f3729f0a
- attempt to fix res changage in fullscreen
2015-10-04 13:30:17 -07:00
SoftCoder
5b9eccd10b
- allow changing resolution in video settings menu
2015-10-02 17:27:55 -07:00
SoftCoder
5a29608b9c
- attempt to fix keyboard inputs for sdl2
2015-10-01 03:40:19 -07:00
titiger
9dda6b59dc
toggle fullscreen/windowed works again
2015-09-29 21:37:26 +02:00
SoftCoder
95e5d2782c
- bugfix to get proper typed character in sdl2
2015-09-29 06:22:54 -07:00
SoftCoder
8e439a2325
- got sdl2 branch compiling and game loads
2015-09-28 23:28:11 -07:00