Commit graph

1234 commits

Author SHA1 Message Date
Vinyl Darkscratch
4798594cfb Add Windows compatibility to Unix journal implementation (just in case) 2018-03-06 10:21:07 -08:00
Vinyl Darkscratch
14907ad305 Disable non-implemented window fade in Linux 2018-03-06 01:46:04 -08:00
Vinyl Darkscratch
cedc539231 Remove deprecated Linux journal folder 2018-03-06 01:31:52 -08:00
Vinyl Darkscratch
1a22d59276 Rename macOS journal folder 2018-03-06 01:24:45 -08:00
Vinyl Darkscratch
385500882c Add qt.conf to specify Qt plugin path
Fixes #15
2018-03-05 19:02:23 -08:00
Vinyl Darkscratch
6888e7c769 Update copyright in Plist files 2018-03-05 19:02:02 -08:00
Vinyl Darkscratch
a28a4733c4 Reduce warning count 2018-03-05 14:10:47 -08:00
Vinyl Darkscratch
e01cb5694b Fix typo 2018-03-02 02:21:52 -08:00
Vinyl Darkscratch
f93eeb8082 Add higher resolution graphics 2018-03-02 02:20:40 -08:00
Vinyl Darkscratch
d122d72ad6 Complete desktop background binding for current screen 2018-03-01 22:08:13 -08:00
Vinyl Darkscratch
b2db1c749f Fix object type name 2018-03-01 16:22:10 -08:00
Vinyl Darkscratch
60fe0bf8c9 Merge branch 'Solstice' 2018-03-01 16:21:00 -08:00
Vinyl Darkscratch
9cd73e0c93 Update .gitignore 2018-03-01 16:20:47 -08:00
Vinyl Darkscratch
4214b0e901 Prevent crash on resetting background when original isn't cached 2018-03-01 16:18:40 -08:00
Vinyl Darkscratch
7ae32c6717 Create and bind desktop background options 2018-03-01 16:01:43 -08:00
Vinyl Darkscratch
539f4f7e17 Implement functions 2018-03-01 15:48:50 -08:00
Vinyl Darkscratch
fe1381243b Create wallpaper caching and add namespace 2018-03-01 15:48:42 -08:00
Vinyl Darkscratch
3b386259b1 Update dependencies list 2018-03-01 15:48:21 -08:00
Vinyl Darkscratch
8d0830795c Remove unneeded files and lines 2018-03-01 15:13:13 -08:00
Vinyl Darkscratch
f3627c3b1b Bump version number 2018-03-01 15:12:49 -08:00
Vinyl Darkscratch
74de315eda Prepare wallpaper changing on macOS 2018-03-01 14:50:22 -08:00
Vinyl Darkscratch
87fcbbb494 Fix path to documents folder 2018-03-01 14:50:07 -08:00
Vinyl Darkscratch
1e7a097c64 Symlink journal app if not a file 2018-03-01 00:45:54 -08:00
Vinyl Darkscratch
357ecc520b Fix path to documents folder 2018-03-01 00:45:37 -08:00
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
ReinUsesLisp
b5e5a26d8b Config: Set debug editor's debug variables into ruby 2018-02-22 09:08:45 +01:00
Jonas Kulla
9f44ee5068 FileSystem: Fix while termination condition 2018-01-22 10:54:21 +01: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