Commit Graph

5144 Commits

Author SHA1 Message Date
mniip
7f4aae7e99 Refactor even more stuff 2020-03-24 21:50:04 +03:00
mniip
56f2872104 Add plurals for saves/stamps 2020-03-24 19:17:34 +03:00
mniip
bb4f242e0b Add support for plural forms 2020-03-24 19:17:34 +03:00
mniip
a16a4936a5 Refactor more stuff 2020-03-24 19:17:18 +03:00
mniip
18cd57006b Remove swear words from the source 2020-03-24 19:17:16 +03:00
mniip
cae041cdee Refactor introtext and rules into the locale 2020-03-24 13:01:53 +03:00
mniip
53c5487abe Refactor stuff for i18n 2020-03-24 12:00:47 +03:00
mniip
5b20bc534f i18n headers 2020-03-20 08:40:01 +03:00
mniip
51f77f08b7 Internationalize simulation data (element names, descriptions, tools, walls, menus) 2020-03-20 07:32:07 +03:00
mniip
131accb5ac Add i18n debug stuff 2020-03-20 07:02:16 +03:00
mniip
bf05a14ef5 Temporarily deprecate character literal to string conversions. 2020-03-20 05:45:13 +03:00
mniip
4726f55c3e Initial i18n/l10n support 2020-03-11 07:14:40 +03:00
mniip
c940a2bb89 Remove the old (incompatible) font editor 2020-03-10 02:34:59 +03:00
mniip
8f5b0c3f9e Merge branch 'font-cyrillic' 2020-03-10 02:18:38 +03:00
mniip
34c0a94f98 Add a font.cpp merging utility 2020-03-10 02:13:48 +03:00
mniip
fd5867b57d Merge branch 'font-latin-1' 2020-03-10 01:28:57 +03:00
mniip
a38d8639e7 More font editor stuff 2020-03-10 01:18:12 +03:00
mniip
6607b7e845 Make font editor more convenient 2020-03-10 01:00:41 +03:00
Tamás Bálint Misius
c40a6bf13f Allow non-ASCII text to be pasted into textboxes
There is no end to the ASCII-isms >_>
2020-03-09 23:44:18 +03:00
Tamás Bálint Misius
a2a8c876b3 Finalize latin-1 supplement changes
Swap both versions of O with acute and grave accents
Fix a few ASCII-isms
Fix intro text; the latin-1 changes broke the line under The Powder Toy
2020-03-09 23:44:18 +03:00
mniip
e7c51a26d8 Fix some characters to account for gamma correction 2020-03-09 23:44:18 +03:00
mniip
bdb76a69b1 Add Latin-1 Supplement 2020-03-09 23:44:18 +03:00
mniip
35f8bd134a Add the rest of the cyrillic block 2020-03-09 23:43:02 +03:00
mniip
ab0c043b54 Amend some characters in the cyrillic block 2020-03-09 20:16:43 +03:00
Saveliy Skresanov
6ebc6a64f8 Complete the main Cyrillic block (0x0400 - 0x045F). 2020-03-09 20:16:43 +03:00
Saveliy Skresanov
1ffbb307aa Add Russian characters to the font. 2020-03-09 20:16:43 +03:00
suve
dd93bbdeb3 Add the --ignore-updates Sconscript option 2020-03-09 10:19:08 -04:00
jacob1
d2900760cc Fix compilation with static SDL 2.0.10 2020-02-26 22:38:53 -05:00
jacob1
9e53612a5b Version 95.0 (build 345) 2020-02-26 22:03:21 -05:00
jacob1
36c980ba6f Fix --no-http compile 2020-02-23 23:06:57 -05:00
jacob1
89a5162448 restrict new LSNS features to version 95.0 also 2020-02-23 21:56:34 -05:00
Tamás Bálint Misius
82019ef020
Catch exception by reference rather than value 2020-02-23 23:43:11 +01:00
Tamás Bálint Misius
4f01130ecc
Restrict saved version to 95.0 if signs with macros are present 2020-02-23 23:37:01 +01:00
Tamás Bálint Misius
c6f653ac3c
Fix crash when overwriting existing local saves 2020-02-15 21:33:54 +01:00
jacob1
c868e79895 Fix TextPrompt::Blocking 2020-02-09 15:29:13 -05:00
jacob1
ffea880da1 Fix bug where deco renders on EMBR in save thumbnails 2020-02-09 14:10:27 -05:00
jacob1
051d70e6e2 Check for Security.Framework on mac 2020-02-08 14:22:01 -05:00
jacob1
88064970a3 whitespace fix 2020-02-08 14:22:01 -05:00
jacob1
6b73b2dd9b Fix fighters sometimes loading from saves with no element 2020-02-08 11:10:53 -05:00
jacob1
ca8f4e3aac replace mode: reset created element back to default properties, instead of just changing type 2020-02-08 10:40:29 -05:00
jacob1
1e23269dd4 Add "perfect circle brush" option (on by default), to allow using old circle brush 2020-02-03 00:20:46 -05:00
Tamás Bálint Misius
cb419cd85c
Failure to remove a tag shouldn't be fatal 2020-02-02 12:16:14 +01:00
Tamás Bálint Misius
a3d51b4138
Don't treat warnings as errors in MSVC (fixes #686) 2020-01-31 14:35:32 +01:00
Tamás Bálint Misius
3c6ae35cc4
Fix PMAPBITS compile-time sanity check 2020-01-24 22:25:15 +01:00
Tamás Bálint Misius
5dfda0c528
Only make the request a POST if POST parameters are present
This is a compatibility thing, eww. This also fixes handling ptsave from the command line.
2020-01-21 22:54:52 +01:00
Tamás Bálint Misius
7330d0412a
Fix random warnings from clang 8.0.0 2020-01-21 14:43:22 +01:00
jacob1
467be1dcb9 change to 1L because technically the argument is a long 2020-01-20 11:16:33 -05:00
jacob1
0c588c48fe allow making POST requests with empty body 2020-01-20 11:11:56 -05:00
jacob1
afefd045c8 split http.request into http.get and http.post (for api reasons)
It's cleaner together, but it's not a good api.
2020-01-20 00:30:30 -05:00
jacob1
7c916a528a Don't look at generated/ anymore (fixes compile error) 2020-01-20 00:29:21 -05:00