Commit Graph

4896 Commits

Author SHA1 Message Date
SoftCoder c9063fea56 - fixed issue #116 (all options menus auto register their controls for font change callbacks 2017-02-04 12:33:18 -08:00
titiger f3c436b67f force playing important sounds
see issue #144
2017-02-02 02:54:29 +01:00
titiger 9cc5a7566a revert some changes which were meant for debugging only 2017-02-01 23:58:00 +01:00
titiger d038a376ae fixing a bug with spawn attack 2017-02-01 23:44:28 +01:00
SoftCoder 48fb05b1a4 - more mac warnigns cleanup 2017-01-30 11:53:32 -08:00
SoftCoder 0873493377 - cleanup warnings on mac 2017-01-30 11:51:08 -08:00
SoftCoder c86d87c19f - fix picky C++ compiler issue 2017-01-30 11:33:00 -08:00
SoftCoder e261e5860e Merge branch 'develop' of https://github.com/MegaGlest/megaglest-source into develop 2017-01-30 11:21:06 -08:00
SoftCoder 6f350d6319 Fix issue #116 - when fonts deleted and reloaded signal back immediately to all registered controls to refresh their font 2017-01-30 11:20:01 -08:00
Tom Reynolds 7a5351f8b5 Updating reference for masterserver submodule 2017-01-30 14:35:42 +01:00
filux 6e9b463453 added missing spaces 2017-01-06 23:51:24 +01:00
titiger c741c67bf7 reverting changes 2016-12-14 13:46:17 +01:00
titiger 7a1a28f647 another try to fix #116 2016-12-12 23:10:01 +01:00
titiger 48b14eb687 trying to fix #116 2016-12-12 22:45:16 +01:00
titiger a5e759fdd1 AI should not morph units currently busy with building something 2016-12-12 14:51:16 +01:00
titiger 6e53025d96 time in seconds an upgrade/produce/morph or build will take
build based on this one single unit building
2016-12-12 00:21:42 +01:00
David Carlier f6b6982b01 better openbsd support 2016-12-11 22:09:34 +00:00
titiger 49ba518991 Display boosted/upgraded upgradespeeds/morphspeeds 2016-12-11 21:31:18 +01:00
titiger 2c0704b5a9 bugfix for ( no EP regeneration while being build ) 2016-12-11 20:18:39 +01:00
titiger fb845cb420 no EP regeneration while being build 2016-12-11 19:55:26 +01:00
titiger 2f45ffc59d display "time" value for upgrades/build or produced things 2016-12-11 19:41:08 +01:00
titiger 97d4023d92 unit must be placed in center of faked size square 2016-12-10 21:10:38 +01:00
titiger cd8530f69e new tag <ai-build-size> 2016-12-10 16:01:26 +01:00
filux 7f55d9fc1d added support for 'percent multiplier' in the techtree docummentation tools 2016-12-08 22:30:44 +01:00
titiger 9c203cd2b4 Error messages for XML parse errors without stack
And we validate closing tags too now
2016-12-03 01:23:35 +01:00
titiger a982ce7b0c handle megaglest_runtime_error 2016-12-01 01:42:20 +01:00
titiger 28bcf81626 Error handling 2016-11-30 22:33:41 +01:00
titiger f8d57bece3 Error handling 2016-11-28 02:36:55 +01:00
titiger 1caf70b517 error counter for scenarios errors 2016-11-28 01:45:00 +01:00
titiger 1e506f3e1d tag and line number in tag for scenario error messages 2016-11-27 19:17:56 +01:00
titiger 18af2b7113 Improve error messages for lua scenarios 2016-11-26 15:46:32 +01:00
titiger 32c7208a18 No more game crashing for xml errors 2016-11-23 00:31:54 +01:00
titiger 0c5e9241f1 trying to get better error output on xml errors. 2016-11-22 22:58:57 +01:00
titiger 374634b630 spawn units on death
as requested here https://forum.megaglest.org/index.php?topic=9879.0
2016-11-20 16:19:53 +01:00
filux 661b512a8a since latest release macos is not 'X' anymore 2016-11-18 02:07:44 +01: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 7b47f5edb1 When giving default orders we must respect cellmap of target unit
We need to respect cellmaps by searching for a cell which is really occupied.
This fixes an issue that new workers do not start with autorepair. It happens
 typically with round building were top left cell map is empty. Now order is given
to a place which is really occupied by the unit(building) to repair.
2016-11-11 01:34:28 +01:00
titiger d65dc5e9e9 bugfix for missing maps 2016-11-10 01:36:35 +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
titiger b06f4d9776 map filter listbox only enabled for headless admin 2016-11-02 01:15:52 +01:00
titiger abacbbbca9 fix for filters and non admin clients 2016-11-02 01:00:37 +01:00
SoftCoder 2162ca460a Merge branch 'develop' of github-softcoder-megaglest:MegaGlest/megaglest-source into develop 2016-10-31 13:57:11 -07:00
SoftCoder 102ca8f651 - Fixed issue# 135 2016-10-31 13:56:33 -07:00
titiger d420c7e681 forgot to remove a printf 2016-10-30 22:30:51 +01:00
titiger 8dbee3c7c5 Merge branch 'develop' of github.com:MegaGlest/megaglest-source into develop
menu_state_custom game had conflicts
2016-10-30 20:19:22 +01:00
titiger c9b92ea97d map filter for headless servers 2016-10-30 20:19:07 +01:00
SoftCoder b180da5e3d - fixed issue #122 2016-10-30 09:21:34 -07:00
SoftCoder 57c53b9175 - add more details in font error message 2016-10-30 08:41:31 -07:00
Monwarez 79e00dfcad Don't init force feedback if not used 2016-10-28 17:33:38 +02:00
SoftCoder 2107958ad2 - add support for gcc6 in build script -g 6
- fix issue #132
2016-10-17 19:05:21 -07:00
titiger 990df3b49b Fix for uniform-selection 2016-10-17 03:00:37 +02:00
titiger 4d99f5900d fix for #133
crash during using "Esc" button in options screen
2016-10-17 00:19:41 +02:00
Bryon Gloden, CISSP® 1cb226283f resource leak: fp
[source/shared_lib/sources/map/map_preview.cpp:830]: (error) Resource leak: f1

Found by https://github.com/bryongloden/cppcheck
2016-10-01 11:41:07 -04:00
filux 82b263e336 added support for os-release 2016-09-30 21:16:19 +02:00
filux f40ac1d89f corrected math logic 2016-09-13 21:08:02 +02:00
titison 74ed3d73be Uniformselection
Added uniform selection of units.
Uniform means you can select multiple units, but only of the same type.
To make a unit uniform-selectable you need to add
```<uniform-selection value="true"/>```
to the ```<parameters>``` tag of a unit.
2016-08-24 00:53:56 +02:00
filux 3639e111ef fixed some typos, fixes and enlargement for required dependencies 2016-08-09 21:25:41 +02:00
filux 9f301daa1c travis' configuration test; fixed #123 2016-07-17 17:06:01 +02:00
SoftCoder daf1dac128 - attempt to fix in debian experiemntal gcc 2016-07-14 11:03:44 -07:00
titiger 9dd22ae347 lets see if this fixes alt+return endless toggling 2016-06-07 23:38:16 +02:00
SoftCoder 1621e563da - fix build 2016-06-02 14:01:39 -07:00
SoftCoder 468c381611 Merge branch 'develop' of github-softcoder-megaglest:MegaGlest/megaglest-source into develop 2016-06-02 13:46:05 -07:00
SoftCoder f1c372c7b5 - try to fix the build 2016-06-02 13:41:59 -07:00
filux 8873bfd112 improved auto-documentation's script 2016-06-02 21:44:10 +02:00
SoftCoder 798777f313 - fix the build 2016-06-02 12:30:38 -07:00
SoftCoder 05a5ff02d1 - another attempt to fix issue# 111 2016-06-02 12:07:01 -07:00
SoftCoder c3db863434 - attempt to see if this fixes issue# 111 2016-06-01 20:31:46 -07:00
SoftCoder ad4314fb29 - move linux network interface names into ini file for easier management in the future 2016-06-01 20:16:34 -07:00
SoftCoder c5aff25a94 - comment one thread safety check as it was not required 2016-05-27 21:31:39 -07: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 8a88c4f11e - bugfix for xenial network ip address discovery for LAN games + float truncate 2016-05-23 17:02:44 -07:00
SoftCoder a85d12aed1 - fix updated use of mini upnpc 2016-05-23 10:54:38 -07:00
SoftCoder ed6f169d97 - attempt to see if this helps deal with oos when fog of war off 2016-05-23 09:51:50 -07:00
filux 32d7085816 cmake patches from mageia [ci skip] 2016-03-05 13:57:08 +01:00
filux bcb8d197d3 fixed some typos [ci skip]
https://lintian.debian.org/full/pkg-games-devel@lists.alioth.debian.org.html#megaglest
2016-02-19 21:17:31 +01:00
titiger c41db9cd16 remove some printf 2016-02-09 02:02:59 +01:00
titiger eb8187fd81 no more error when blocker scenario does not exist 2016-02-09 01:12:24 +01:00
titiger b809ea2233 Proof that you are ready for internet games 2016-02-09 00:48:35 +01:00
filux 064566085e get rid of '$Rev$' 2016-02-04 19:29:25 +01:00
titiger 3a4a6143d2 fixed ctrl-s and maybe more menu shortcuts
Beside of this I removed some never used complicated key shortcuts 
noone knows anyway.
2016-01-31 02:25:24 +01:00
titiger 3de7c586c2 no more black triangles when rendering cliffs
render cliffs made problems sometimes because not 
the whole visible surface was rendered if top left map cell point 
was not in camera view.
2016-01-29 18:36:48 +01:00
filux 570a49164e version number returns to 'dev' 2016-01-24 15:46:49 +01:00
filux aa2d9f7de4 version number for release 2016-01-24 12:00:38 +01:00
filux a17f3563c8 let's try how this affect portability of binary files on linux now 2016-01-23 20:05:51 +01:00
titiger 1385f3fea2 trying to fix map editor for wxwidget 2.8 too 2016-01-23 19:05:32 +01:00
titiger c9400cc3b1 try to fix wx 2.8 2016-01-23 11:42:44 +01:00
SoftCoder 06cc22fd8f - fix wx 2.8 support 2016-01-22 22:33:08 -08:00
SoftCoder b76f8f1e2f - fix wx 2.8 2016-01-22 18:08:47 -08:00
SoftCoder 4da1425cbc - try to fix wx 2.8 2016-01-22 18:05:46 -08:00
SoftCoder 236b95fc0d - fix map editor in wx 3.0.2 2016-01-22 17:49:35 -08:00
SoftCoder d6dbb187cc - fixed some bugs discovered by coverity scan 2016-01-20 21:34:23 -08:00
SoftCoder 0c12b5fb8c - add last ditch check on socket disconnect 2016-01-20 18:03:37 -08:00
SoftCoder 1f8096ff81 - finally foudn and fixed color picking crash! 2016-01-18 23:25:31 -08:00
SoftCoder ded8df97d6 - more debug info for color picking issue 2016-01-18 22:00:48 -08:00
SoftCoder c5b35c55b9 - fixed coutner when called extra times 2016-01-18 21:17:37 -08:00
SoftCoder a0337c80e1 - attempt better debugging output for color picking crash 2016-01-18 21:10:31 -08:00
SoftCoder 472e8bbaf0 - try to fix auto_ptr proxy for msvc 2016-01-18 16:28:05 -08:00
SoftCoder 0d8377d6b4 - try to fix mac build 2016-01-18 15:29:16 -08:00
SoftCoder b50fe04e0a - try to fix mac build 2016-01-18 14:36:51 -08:00
SoftCoder d5f915f3aa - fix silly mac build 2016-01-18 14:10:48 -08:00
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
filux 1125a2b405 added switch for compilation [W]ithout wxWidgets; updated list of deps related with curl 2016-01-18 20:59:21 +01: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 df8b702149 Merge branch 'develop' of github-softcoder-megaglest:MegaGlest/megaglest-source into develop 2016-01-16 21:50:10 -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
titiger f0f76949df rain is back
It looks bad with so little arin drops.
2016-01-16 18:18:04 +01:00
SoftCoder e7a9c01bf6 - try to add more verbose output on app shutdown 2016-01-14 19:18:03 -08:00
filux 94fdb6f385 less intensive rain in the menu 2016-01-10 16:18:56 +01: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 35f3b2fa1a code cleanup from clang warnings 2016-01-07 08:48:35 -08:00
SoftCoder fcdc29cc85 - fix issue #91 2016-01-06 22:43:40 -08:00
SoftCoder 993c705e2b - attempt to fix issue #72 2016-01-06 22:36:50 -08:00
SoftCoder 17678387c3 Merge branch 'develop' of github-softcoder-megaglest:MegaGlest/megaglest-source into develop 2016-01-06 16:36:12 -08:00
SoftCoder 9496f485ce - added mroe debug ability for openal and small change for context create 2016-01-06 16:35:48 -08:00
titiger b36c6cd75c no need for sound initialisation in non audio menus 2016-01-07 01:33:48 +01:00
SoftCoder d1d5780ffd - cleanup warning missed return value default 2016-01-06 16:20:30 -08:00
titiger 6f51e91266 Parameter ServerTitle done the ususal way 2016-01-07 00:51:23 +01:00
SoftCoder d0df67fa7f - fixed issue #95 2016-01-05 21:56:01 -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
filux 92f97c13bd updated year [ci skip] 2016-01-03 10:52:16 +01:00
filux 60f7eb519a removed nasty timestamp from auto-documentation 2016-01-02 10:08:40 +01:00
SoftCoder 01eb7b70d6 - move join game in progress menu option below publish so its not overlapping 2016-01-01 10:50:59 -08:00
SoftCoder 71d8eb2e67 - added more perf logging 2015-12-31 19:21:35 -08:00
SoftCoder 3002baf657 - added more perf logging 2015-12-31 18:58:04 -08:00
SoftCoder 706113580d - attempt better socket disconnect checking 2015-12-31 18:28:43 -08:00
SoftCoder 61f77a88f5 - more network speed improvements for one packet netwrok comamndlist 2015-12-31 18:10:21 -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 a399f8d1a5 - try to improve launch packet speed and add performance logging for client network code 2015-12-31 16:02:09 -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 888254400e - attempt to speed up sending net comamdns over sockets 2015-12-30 19:58:09 -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 3814b9317f - attempt another network speed improvement 2015-12-30 03:07:37 -08:00
SoftCoder 99289e8fe5 - reset bad merge for network ready timeout 2015-12-29 08:08:46 -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 64139523d4 - attempt to inline some mutex funcrtiosn for beter performance 2015-12-28 21:17:09 -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 b348a727a5 Merge branch 'develop' of github-softcoder-megaglest:MegaGlest/megaglest-source into develop 2015-12-28 12:55:18 -08:00
SoftCoder c873e72a4f - attempt to see if thsi helsp network play to be more smooth 2015-12-28 12:54:44 -08:00
filux 193609490f Merge pull request #61 from filux/lower-waiting-time
let's try lower waiting time for the multi-player game
2015-12-27 19:26:38 +01:00
filux 1f1156b9b6 few second less + should look better on the loading screen 2015-12-27 19:12:00 +01:00
SoftCoder 08713078b6 - fix headless network comamnd bug 2015-12-26 13:14:22 -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
SoftCoder b3c9140574 - try to fix windows client lag 2015-12-22 20:40:31 -08:00
SoftCoder c56641e0a0 - attempt to see if this fixes issue #92 2015-12-16 16:51:14 -08:00
filux 0cad944118 implemented appdata 2/2 2015-12-14 23:57:05 +01: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 492a7e4c53 dark background for chat input 2015-12-13 22:56:47 +01:00
SoftCoder b83414380c - attempt to fix issue# 89 2015-12-12 22:01:48 -08:00
titiger 4f5ecb13e5 Position of scenario settings changed in custom menu 2015-12-13 03:00:35 +01:00
titiger 01673dbb39 fix for #90 2015-12-10 01:28:09 +01:00
filux a5a1e2b717 tiny polishing related with gcc & wxWidgets 2015-12-07 17:20:58 +01:00
filux 36a88fe57c fix for bug related with customModTexture and data path (required relative path to texture file in the .ini) 2015-12-05 18:38:21 +01:00
SoftCoder 38cc0e5459 - fixed issue #87 and issue #88 2015-12-03 19:56:01 -08:00
titiger 982137afed remove remapping of keys, like numpad keys to normal and vice versa 2015-12-02 01:26:44 +01:00
filux 30a53e700c Merge pull request #62 from filux/less-conf-irc-messages
let's try to use this
2015-12-01 19:46:50 +01:00
titiger c51599f4fe Coverty scan 1308703; Logically dead code 2015-11-30 20:53:04 +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 96eeb2e72e Merge branch 'develop' of github-softcoder-megaglest:MegaGlest/megaglest-source into develop 2015-11-21 11:46:28 -08:00
SoftCoder 15d5a9bbd6 - bug fixes for non C++x11 compilers for using chrono 2015-11-21 11:45:52 -08:00
titiger 84cbf1ff3c Merge branch 'develop' of github.com:MegaGlest/megaglest-source into develop 2015-11-21 20:31:24 +01:00
SoftCoder 49ae35e7cf - thread safe localtime and hopefully back to good performance 2015-11-21 11:30:23 -08:00
titiger b8fa39f311 Merge branch 'develop' of github.com:MegaGlest/megaglest-source into develop 2015-11-21 20:23:02 +01:00
titiger 62e70debe9 fixed "Reload Last Settings" on the headless server #84
Relaod still does not always work if some people are already connected.
This makes trouble with network slots and slots in settings. 
In general #84 should be fixed with this.
2015-11-21 20:22:23 +01:00
SoftCoder 9e0d227172 - attempt to see if this fixes thread locking performance issues in windows 2015-11-21 10:23:45 -08:00
filux fcbf254a05 linux's installer based on binary and data files (no parallel configuration anymore) 2015-11-20 20:09:39 +01:00
titiger 405f327836 "upgrade finished" message only for own faction. 2015-11-18 21:23:27 +01:00
filux f594e8a037 removed one redundant message [ci skip] 2015-11-16 21:49:20 +01:00
titison 3385220430 Chat/Console message appears when an upgrade finishes. 2015-11-16 20:19:56 +01:00
filux 3ef7a6c1bc let's do some tests without time stamp, #83 2015-11-15 10:23:17 +01:00
filux 2b06670b10 linux: improved script for headless servers; other scripts more friendly for mods 2015-11-14 00:13:45 +01: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 0bbb65fdda max textlength in chat is calculated on number of character not bytes 2015-11-12 00:03:17 +01:00
titiger 14877da772 Only send the allowed max size of characters(bytes) 2015-11-11 02:19:54 +01:00
titiger 713dbd3003 problems with groups and non multiselect units fixed. ( issue #80 )
Now issue #80 should be completly fixed.
2015-11-11 01:25:28 +01:00
SoftCoder 02772e9498 - fixed paste behaviour 2015-11-09 16:55:52 -08:00
SoftCoder 93e1d9adcd - try this if its better for special chars 2015-11-09 15:25:12 -08:00
SoftCoder 8c6050ec6f - fixed backspace and paste with special characters 2015-11-09 14:55:13 -08:00
SoftCoder 312a4e8a64 - try to fix backspace after doing a paste 2015-11-09 13:22:50 -08:00
titiger 07f46f3f7b bugfix for ctrl-v 2015-11-09 01:48:26 +01:00
titiger 2b1518103a Merge branch 'develop' of github.com:MegaGlest/megaglest-source into develop 2015-11-09 01:32:20 +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
filux 05ca47574d fix related with 'single install directory' [ci skip] 2015-11-08 22:44:32 +01:00
filux 8a4ee15e59 Merge branch 'develop' into feature/sdl2 2015-11-05 20:45:53 +01:00
titiger fff2de8bd6 Merge branch 'feature/sdl2' of github.com:MegaGlest/megaglest-source into feature/sdl2 2015-11-03 01:59:16 +01:00
titiger 8686d93b94 fixed additional group assign
Still missing is handling of units which are not multiselectable.
2015-11-03 01:58:19 +01:00
filux 00eb81a08b compilation on mac is again possible; this closes #81 [ci skip] 2015-11-02 19:24:46 +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 09c686f82d - applied fix for issue #50 2015-10-28 20:01:21 +01:00
SoftCoder 860fd788f2 - fixed issue #75 (map editor file->new refreshes afterwards) 2015-10-28 20:01:03 +01:00
SoftCoder 8499d25bde - applied fix for issue #50 2015-10-26 20:29:27 -07:00
SoftCoder 952e0a6315 - editor and g3d viewer work in wxwidgets 3.0.2 2015-10-26 19:49:25 -07:00
SoftCoder 88c536a8c6 - fixed issue #75 (map editor file->new refreshes afterwards) 2015-10-26 17:26:42 -07:00
filux 465e718637 and one more fix for mac 2015-10-26 21:19:31 +01:00
filux 9932920712 few improvements in compilation on mac 2015-10-26 20:56:55 +01:00
SoftCoder cb456840cd - added null checks for group selection 2015-10-25 09:14:28 -07:00
SoftCoder 897f2b6dd8 - code cleanup, property return value and printf 2015-10-24 18:45:10 -07:00
titiger 3dedf9e8b9 chat with utf8 works ingame too 2015-10-25 02:10:14 +01:00
titiger b5acf03122 some code cleanup
commented code removed
2015-10-25 02:45:13 +02:00
titiger f6fa7202d5 text input for labels should work in menus 2015-10-25 02:27:19 +02:00
titiger f632e7c9d7 input for text labels 2015-10-25 00:53:41 +02:00
titiger 30d72c7b3c backspace, tab extension and length calc should work now in chat manager 2015-10-25 00:06:29 +02:00
titiger 964c776dcd input of utf8 characters should work in irc chat now
backspace does not work yet and all other places with textinput 
are still unchanged
2015-10-24 21:33:41 +02:00
SoftCoder 76d41dfc09 - attempt to see if IRC chat works better with sdl2 textinput 2015-10-24 09:02:23 -07:00
SoftCoder 75077c4a50 - added support for miniupnpc 1.9, this fixes #79 (cherry-pick to develop & RC) 2015-10-22 17:34:14 +02: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
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
filux 48d0d2afbf updated deployment target for macos; added info about used wxWidgests' libs [ci skip] 2015-10-09 18:16:12 +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
filux 563837ba7a new dependency related with curl in the deb family; fixed bug related with unrecognized translated option 2015-10-06 19:31:10 +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 43e1786613 Window Title can be set in ini file
" WindowTitle" is an option in ini file now. Default window name is MegaGlest
2015-10-01 01:26:18 +02: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 41ae158a9c - bugfix for sdl2 compile using wrong object 2015-09-29 02:13:49 -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
filux 4bef525bf3 removed not required CURL module, renamed several cmake-build options for be more easy sortable by name 2015-09-27 19:46:35 +02:00
filux 4ad684deaf updated modules: LUA, GLEW 2015-09-22 01:04:22 +02:00
filux c84e7f5443 probably fixed situation for GCC older than 4.7 2015-09-18 20:10:02 +02:00
filux 6ac255095a implemented basic support for SDL2 in cmake files (only); changed a general idea of how and where are showed deprecation warnings 2015-09-18 19:17:52 +02:00
titiger c3e2305e41 fixed a null pointer problem in gui 2015-09-05 22:46:15 +02:00
titiger fd8e29c901 Merge branch 'develop' of github.com:MegaGlest/megaglest-source into develop 2015-08-26 22:45:56 +02:00
filux 5afa6c68ba added missing option for lua 5.3 2015-08-20 16:52:27 +02:00
filux 617bc9a89e extended support for lua to v5.3; removed some duplicate messages showing up during 'cmake configuration' time 2015-08-20 16:43:14 +02:00
filux 455b4731e2 even mode fixed dialog code 2015-06-28 19:43:10 +02:00
titiger 68ef7471d5 reload defaults in headless mode if last player disconnects
If last player disconnects form a headless server the headless loads his defaults
for network games.
2015-06-24 12:38:05 +02:00
filux 68cfb32e96 fixed configuration for kdialog, added support for yad 2015-06-23 22:08:42 +02:00
filux 803526d866 blind try to fix libvorbis problems 2015-06-23 07:04:05 +02:00
titiger edf9922dca holding down return crashed the chat-function
https://forum.megaglest.org/index.php?topic=9702.0
2015-06-14 21:00:05 +02:00
filux 74cbbba6ba improvements for static build and a bit of cleaning 2015-06-14 19:24:08 +02:00
filux 72539021f9 in default OpenSSL is not required, closed #67 2015-06-13 00:09:56 +02:00
Rémi Verschelde 56ac448177 Ensure libcurl also links against libssl and libcrypto
ssl and crypto seem to be lacking in ${CURL_LIBRARIES} at least on my distro,
and that causes underlinking issues.
2015-06-12 21:42:50 +02:00
Tom Reynolds fecf89f295 Cosmetics
[CI skip]
2015-06-10 12:02:45 +02:00
Tom Reynolds 22e02cbf95 Improve output for missing mesh warning 2015-06-10 11:09:40 +02:00
titiger 4ab574150a group selections can be recalled with shift down.
Group selections can be recalled with shift down and the 
group is added to the current selection.
2015-06-10 00:42:03 +02:00
filux e26ea22378 more universal and matched entry, fixed #65 2015-06-05 01:54:05 +02:00
Michael Palimaka fc07d9caf2 Fix build with >=cmake-3.2.
The FindOpenGL module no longer pulls in X11 libraries.
2015-06-05 00:47:52 +02:00
filux f926285bf6 since now required dynamic libs from non standard locations will be added to the mac packages, #63 2015-06-04 23:26:50 +02:00
Tom Reynolds 729c99c5fe Change techtree doc image refs (http -> https)
[skip ci]
2015-05-17 18:08:00 +02:00
Tom Reynolds f6a00c2be6 New HTML title for techtree docs 2015-05-17 18:02:03 +02:00
filux 245fb6923c since now you can write also port number in the 'LAN menu' 2015-04-29 20:26:00 +02:00
filux 34d52e40d7 updated support for new versions of ubuntu 2015-04-29 20:23:03 +02:00
filux f9be94d686 status messages in the lobby should look somehow different than messages written by human 2015-04-07 23:30:40 +02:00
filux f0d705ba17 lower waiting time for the multi-player game 2015-04-05 08:35:34 +02:00
filux b398186d13 no more confusing underscores in generated source language files, also improved separators & descriptions a bit 2015-03-28 15:51:49 +01:00
filux b6f305e5ba checked and updated tool, added new useful script 2015-03-20 18:33:47 +01:00
filux cbb2cb9360 added masterserver submodule 2015-03-19 21:26:40 +01:00
filux 397be04584 Merge pull request #10 from filux/develop
Masterserver's code in the separate repository 2/2.
almost year since pr :)
2015-03-19 20:56:40 +01:00
filux e94ddee69c Merge pull request #55 from filux/feature/nicer-appearance-after-translations
game more friendly for other than english languages 2/2
2015-03-19 20:34:28 +01:00
titiger b3cf4bf1fd meshes can glow 2015-03-18 20:21:59 +01:00
titiger 14f04c5c35 fix for mesh bound particles 2015-03-15 01:46:49 +01:00
filux b50efbb75e updated version number for development 2015-03-09 01:05:24 +01:00
filux 90c307182e updated version number for release 2015-03-09 00:34:59 +01: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
filux 2eb3f7f6d3 Merge remote-tracking branch 'upstream/develop' into develop 2015-02-27 21:02:51 +01:00
filux 966da32472 better support for macos, this also closes #36 2015-02-24 09:45:17 +01:00
titison 404db00701 AttackBoosts: Show Ep + Hp Regeneration in Desc
Previously the Hp and Ep  regeneration was only shown if hp and ep
were also affected by the AttackBoost.
In addition I changed the way the  regeneration is shown:
Old: ->EP +10 [10]
New: ->EP +10 (Regeneration: +10)
2015-02-16 20:28:10 +01:00
titiger 82bc650372 fix windows build and --help output 2015-02-11 00:26:03 +01:00
titiger 4c5440f78c map editor has much more powerful random height function
You can give parameters now, to influence the map height calculation.
2015-02-10 02:06:02 +01:00
titiger b4fabc2717 map editor: new maps set player name as default author 2015-02-09 00:41:42 +01:00