Commit graph

1126 commits

Author SHA1 Message Date
Vinyl Darkscratch
b5707b0c2e Fix install command 2018-03-01 00:45:15 -08:00
Vinyl Darkscratch
18030d9fdc Bump version number 2018-02-28 01:03:36 -08:00
Vinyl Darkscratch
332fc3d9e0 Create Oneshot::crc32 Ruby function
Due to issues in loading Zlib directly within Ruby, I decided to create a C++ binding.  Boost also has a much faster and smarter CRC32 implementation, so I decided to just use it instead of working with Zlib.

This also means that translations are fixed!
2018-02-28 00:55:07 -08:00
Vinyl Darkscratch
cd6b77ac8f Copy apps to Steam folder in make file 2018-02-28 00:53:09 -08:00
Vinyl Darkscratch
8832eb463c Bump version number 2018-02-26 21:21:30 -08:00
Vinyl Darkscratch
397a15cdf7 Disable Chroma API stuff on non-Windows platforms 2018-02-26 21:09:12 -08:00
Vinyl Darkscratch
d4121948cd Merge remote-tracking branch 'elizagamedev/master' 2018-02-26 20:12:20 -08:00
Vinyl Darkscratch
ef7ad36e60 Update readme 2018-02-26 20:10:39 -08:00
Vinyl Darkscratch
5604821dce Bump version number 2018-02-26 20:03:17 -08:00
Vinyl Darkscratch
a5f51973b2 Re-enable translations 2018-02-26 19:59:58 -08:00
Vinyl Darkscratch
0c5e618cc3 Update static_zlib.patch for ruby 2.3.6 2018-02-26 19:59:48 -08:00
Vinyl Darkscratch
60fdf29f98 Remove troubleshooting from Readme (as it is in the release info) 2018-02-26 00:37:42 -08:00
Vinyl Darkscratch
8e4dcce785 Add cleanup.sh 2018-02-26 00:18:53 -08:00
Vinyl Darkscratch
7a3af1f57b Disable unpacking code (since image files exist in repo) for now 2018-02-26 00:16:18 -08:00
Vinyl Darkscratch
a6c3a714e9 Make binaries and scripts executable 2018-02-26 00:12:27 -08:00
Vinyl Darkscratch
32c1c7c102 Pull commands from popkirby/oneshot-macos-installer
Thank you to @popkirby for this great installer!
2018-02-26 00:08:23 -08:00
Vinyl Darkscratch
3c811fedc3 Fix Zlib-based crash (DISABLES NON-ENGLISH LANGUAGES) 2018-01-21 23:36:01 -08:00
Vinyl Darkscratch
5e0213fc31 Bump version number 2018-01-21 23:29:28 -08:00
GIRakaCHEEZER
d45a00ce80
Merge pull request #17 from taedixon/chroma-intergration
Chroma integration
2018-01-18 20:59:06 -08:00
tdixon
50e7468d35 remove some unnecessary stuff 2018-01-19 00:38:41 -04:00
tdixon
0ac2f91663 Merge branch 'master' into chroma-intergration 2018-01-19 00:17:42 -04:00
tdixon
11f3c25ede use the new API dll 2018-01-19 00:13:05 -04:00
mshirt
44dd5d6d9c changes to the safe text in korean 2017-12-29 15:15:13 -08:00
mshirt
0c9665ae4d bugfix
rare bug where closing the game when spawning a footprint or footsplash
would crash the game, both on exiting and then reloading.
2017-12-29 15:15:01 -08:00
mshirt
54a35e7740 Made version string less ugly
It shouldn't be at full opacity
2017-10-12 23:10:55 -07:00
GIRakaCHEEZER
7c42b8615d Merge pull request #16 from taedixon/localization
Add pot version to settings screen
2017-10-12 22:33:47 -07:00
Vinyl Darkscratch
8f6a6e99c0 Delete readme-bad_patch_method.txt 2017-10-12 01:54:27 -07:00
Vinyl Darkscratch
7428595adb Add CompleteBundle.cmake file 2017-10-12 01:02:43 -07:00
Vinyl Darkscratch
dba5f7cee4 Implement cmake's BundleUtilities 2017-10-11 23:30:03 -07:00
tdixon
1258165685 Add pot version to settings screen 2017-10-12 02:53:32 -03:00
tdixon
aacbdb359a Simple chroma effect 2017-10-12 02:32:30 -03:00
tdixon
695d2af03a Merge branch 'localization' into chroma-intergration 2017-10-10 21:39:58 -03:00
Vinyl Darkscratch
379718f5ff Update README.md 2017-10-07 16:45:57 -07:00
Vinyl Darkscratch
c7faab99f6 Merge remote-tracking branch 'mathewv/master' 2017-10-07 16:42:43 -07:00
mshirt
0516ab9fa3 Translating the key.txt strings now 2017-09-06 00:07:03 -07:00
mshirt
f737790f2d Now you can open the settings menu on the title 2017-09-04 23:40:14 -07:00
mshirt
8b086c9985 Setting default char input for jap
for the japanese release the default character input for names and
passwords is now romaji
2017-09-04 19:56:39 -07:00
mshirt
177de14726 An attempt to fix the issues caused by asian languages not having spaces 2017-08-30 23:57:42 -07:00
mshirt
785ee492cc Safeguard against the "plight_timer is nil" bug
it's not a bug that ever happens in real/normal gameplay but testers run
into it in debug runs sometimes and i'm not sure why
2017-08-30 23:57:42 -07:00
mshirt
3ec401e18d Fix to let journal.exe know which language page to display 2017-08-30 23:57:42 -07:00
mshirt
0faee3d8f1 Fixing issue where some facepics would not be entity on post solstice replays 2017-08-30 23:57:42 -07:00
mshirt
6c52468897 Adding in other input options for Japanese players 2017-08-30 23:57:42 -07:00
GIRakaCHEEZER
da7958ddf0 Merge pull request #13 from taedixon/localization
Allow journal to read language from savefile
2017-08-28 23:32:15 -07:00
tdixon
281f0eee92 Merge branch 'master' into localization 2017-08-23 23:30:17 -03:00
tdixon
10e7e9b01f Allow journal to read lang from savefile 2017-08-23 23:29:39 -03:00
GIRakaCHEEZER
dc060a4b1d Merge pull request #12 from taedixon/localization
Fix mutating strings
2017-08-05 23:27:39 -07:00
tdixon
442c16f93a Make maptext sprites smaller in non-western langs 2017-08-05 23:14:00 -03:00
tdixon
50b59cf97c Fix recursive loop on debug reset 2017-08-05 23:13:36 -03:00
tdixon
d5aa64d29b Allow scrolling document messages 2017-08-05 23:12:45 -03:00
tdixon
d1c54f0615 Merge branch 'master' into localization 2017-08-01 23:43:23 -03:00