mathusummut
daeec74328
Fixed and added some paths
2019-04-05 23:37:26 +02:00
mathusummut
b5051e8fa9
Small code cleanup
2019-04-04 23:35:44 +02:00
mathusummut
04e3404d0e
Fixed hotkey behaviour
2019-02-05 15:14:19 +01:00
mathusummut
0d32e4902a
Renamed factionpack to glestpack
2019-02-03 15:14:28 +01:00
mathusummut
66383eaa54
Updated selection mechanism
2019-02-01 04:31:10 +01:00
mathusummut
d5775734d7
Renamed ZetaGlest to Glest
2019-01-31 02:40:31 +01:00
mathusummut
4769e132d0
Normalized defaults
2018-12-16 15:06:51 +01:00
mathusummut
0cfe7e81d1
Yet another code cleanup
2018-11-03 15:26:37 +01:00
mathusummut
69ab9716da
Renamed megaglest_runtime_error to game_runtime_error
2018-11-02 12:15:57 +01:00
mathusummut
4eb7dc204e
Preparing for refactoring
2018-11-02 12:03:04 +01:00
mathusummut
52408a57a6
Standardized license comments in all source files
2018-11-01 23:23:25 +01:00
Andy Alt
89928ea29f
Merge pull request #222 from andy5995/usage_output
...
[wip]platform_main.h:reformat usage output
2018-10-02 21:26:29 -05:00
mathusummut
c04e75e19c
Disabled streflop
2018-09-25 20:24:38 +02:00
andy5995
ab75c35230
[wip]save progress
...
[skip ci]
2018-09-18 15:04:35 -05:00
andy5995
c6854c8c21
[wip]save progress
...
[skip ci]
2018-09-18 15:04:35 -05:00
andy5995
737d978b08
[wip]platform_main.h:cleanup usage output
2018-09-18 15:04:35 -05:00
mathusummut
1b3ae14659
Made OOS messages more friendly
2018-09-02 13:06:21 +02:00
mathusummut
35b7b1f1a6
Fixed the god-awful indentation
2018-05-06 00:01:36 +02:00
SoftCoder
ab3b70f36a
- fix windows build and better automation for building steam shim
2017-10-09 23:53:43 -07:00
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
36bc6a4497
- initial work to integrate theam SDK with megaglest
2017-09-23 17:15:44 -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
andy5995
b158d0cbbb
change "scenario" to "tileset"
...
Geany auto-removed some whitespace. The only code change
here is on L326.
The mention of "scenario" was already used for the
--validate-scenario option. It's duplicated under
the --validate-tileset option. This patch corrects that.
2017-02-25 00:59:37 -06: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
Monwarez
79e00dfcad
Don't init force feedback if not used
2016-10-28 17:33:38 +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
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
titiger
8dd7cb21e8
Merge pull request #60 from titison/feature/mapPreviewWithSpecificTileset
...
Specific Tileset with preview-map option
2016-01-09 19:28:21 +01:00
SoftCoder
d1d5780ffd
- cleanup warning missed return value default
2016-01-06 16:20:30 -08:00
SoftCoder
c25867b5d8
- try to fix mouse pointer for issue #94
2016-01-04 20:56:48 -08:00
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
titison
12102f8791
Specific Tileset on map-preview option
...
Tell the game a specific tileset to use together with the --preview-map
option. The Tileset is optional. Default is forest.
! EVEN IF FOREST DOES NOT EXIST ! (like before)
./start_megaglest --preview-map=Map,Tileset
2015-03-08 01:36:16 +01: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