Commit graph

3322 commits

Author SHA1 Message Date
oy 845331bca3 Make SERVERBROWSE_GETINFO extensible. Closes #1324 2015-03-22 13:48:00 +01:00
oy cdcc641af3 made day/night detection more accurate and did some cleanup. Closes #1304 2015-03-22 13:44:19 +01:00
oy 191d7fab81 fixed custom skin colour picker 2015-03-22 13:28:28 +01:00
oy fa8959311e skip multiple skins during loading and prevent saving skin as special one 2015-03-22 13:15:18 +01:00
oy d0a028ae7e fixed saving skin with a name that already exists. Closes #1330 2015-03-22 12:54:08 +01:00
oy 939be9c949 cleaned up camera positions for the background map a bit 2015-03-10 19:37:21 +01:00
oy e6cfd22ca0 removed unused config variable 2015-03-10 19:31:29 +01:00
BeaR 2aab20bb80 Fix camera movement in the menu
* Wrap menupage updates
* Remove magic value
2015-03-10 19:24:43 +01:00
oy c727995ffa open quit popup when pressing escape in the main menu 2015-03-04 12:24:48 +01:00
oy 2fdd97df06 fixed some comments 2015-03-04 11:26:39 +01:00
heinrich5991 e872d7599e str_check_pathname: Only check for "..", "." is not dangerous 2015-03-04 11:20:50 +01:00
heinrich5991 1af9980b03 str_check_pathname: Also fail if the forbidden sequence is at the end 2015-03-04 11:20:49 +01:00
heinrich5991 d335694931 Make clearer comments on why the current path checking suffices
Also fix that it `str_check_pathname` counted dots even if they were after a
non-dot character.
2015-03-04 11:20:48 +01:00
oy 6a1a0d800f fixed last commit 2015-03-04 11:15:54 +01:00
Henningstone 7e180dfdb9 Make seekbar toggable/hide automatically 2015-03-04 10:54:56 +01:00
BeaR 3add923231 Add editor to adjust z-index of quads
* Keybinds home/end/pageup/pagedown to move the selected quad to front/back/up/down
2015-02-26 19:53:06 +01:00
oy 99f26dc020 fixed some problems with the pma interpolation. #1317 2015-02-26 19:31:31 +01:00
oy b64c8dff25 fixed problems with the dilate fix. Closes #1317 2015-02-24 12:32:24 +01:00
oy f59f3090ac added start parameter to use the default configuration 2015-02-18 14:15:31 +01:00
oy 6506cf4ddf fixed last commit, generalized config saving and path check 2015-02-18 14:04:26 +01:00
Rudi c77518d2e1 Introduced str_safe_as_pathname that just checks string before using them as path to save to, returns error otherwise. Check is performed before saving server conf, recordings and ban list. 2015-02-18 13:21:55 +01:00
Rudi b3321e506c Sanitizing the path to which we save server configurations, and also demo files 2015-02-18 13:21:54 +01:00
Rudi d38af947a1 Introduced optional name for save_conf, sanitized file name? 2015-02-18 13:21:54 +01:00
Rudi b3c51c33bb Adding the command save_conf that allows to save current server configuration to a file 2015-02-18 13:21:53 +01:00
oy d85937738a removed outdated files 2015-02-18 13:06:53 +01:00
oy c3bce45120 added dilate texture fix by matricks 2015-02-18 13:05:16 +01:00
BeaR 291cdde544 Fix crc32 initial value 2015-01-28 14:41:33 +01:00
oy 2950804cfb fixed a warning 2015-01-26 16:21:40 +01:00
oy 77daedc814 fixed last commit and removed some outdated stuff 2015-01-24 18:40:49 +01:00
BeaR a2cb7d339a Mark some return values as const 2015-01-24 18:19:38 +01:00
BeaR a929a99fd9 Refactoring: Mark several functions as 'const', fix some return values and cleanup mapinfo struct 2015-01-24 18:19:24 +01:00
oy 74dfee1aee some cleanup 2015-01-24 18:07:03 +01:00
BeaR 48b682fb16 Fix content build of wavfiles 2015-01-24 17:47:33 +01:00
BeaR 718510e0b1 Removed unused directory 2015-01-24 17:44:59 +01:00
oy fb85b582bf load background map in the menu regarding current day or night time 2015-01-18 19:28:39 +01:00
oy 98b6510b9c fixed loading of the background map 2015-01-18 19:07:28 +01:00
oy c4f62069e4 fixed last commit 2015-01-18 19:01:14 +01:00
oy 8ac9ec794e moved content and added data creation to the build 2015-01-18 18:44:11 +01:00
heinrich5991 baf4677374 Remove now unneeded scripts/update_localiation.py 2015-01-18 16:50:33 +01:00
heinrich5991 0b35fa67da Add support for multiple files in scripts/reconvert_l10n.py 2015-01-18 16:50:33 +01:00
heinrich5991 3968d13df9 Fix scripts/reconvert_l10n.py's encodings on Windows 2015-01-18 16:50:32 +01:00
heinrich5991 cea0cdae8f Add scripts/reconvert_l10n.py to convert l10n back 2015-01-18 16:50:32 +01:00
heinrich5991 11b3d1eb80 Add a script to normalize a .po file 2015-01-18 16:50:31 +01:00
heinrich5991 d3f416f830 Update scripts/convert_l10n.py to use regexes 2015-01-18 16:50:30 +01:00
heinrich5991 b5f7549192 Fix occurences to occurrences in convert_l10n.py 2015-01-18 16:50:30 +01:00
heinrich5991 25b17a8828 Made script to convert to gettext 2015-01-18 16:50:29 +01:00
heinrich5991 b03b498246 Change new<->old items 2015-01-18 16:50:28 +01:00
heinrich5991 7e2224b392 Enhance the scripts/update_localization.py a bit
Fix a bug with mixing up new and old translations.
2015-01-18 16:50:28 +01:00
heinrich5991 d73165f563 Clean up scripts/update_localization.py
It now properly uses the python built-in JSON library.

Fix #1185 on GitHub.
2015-01-18 16:50:27 +01:00
oy dc827fa460 fixed quick rejoin check for localhosts. Closes #1140 2015-01-18 16:37:46 +01:00