Commit Graph

1006 Commits

Author SHA1 Message Date
mshirt 66ceab32d8 Adding functions for language QA testing 2017-05-17 22:04:21 -07:00
GIRakaCHEEZER c7389d84ff Merge pull request #8 from taedixon/localization
Localization - Journal
2017-05-17 19:40:52 -07:00
tdixon 13257b5b16 Merge branch 'master' into localization 2017-05-17 23:21:30 -03:00
tdixon 5ff6d6e86b journal localization 2017-05-17 23:20:39 -03:00
tdixon 3762004b86 Change width of settings to accommodate languages 2017-05-17 23:19:11 -03:00
tdixon fc1eda07e9 Fix facepic parser failing on newlines 2017-05-17 23:18:15 -03:00
mshirt b41106ee7d adding another ignored file 2017-05-11 22:45:17 -07:00
mshirt 4c61892e2e Fixing mklang file problems on windows and adding some errors to catch in SaveLoad 2017-05-07 15:18:35 -07:00
GIRakaCHEEZER 8105180d01 Merge pull request #7 from taedixon/localization
Localization
2017-05-07 15:10:02 -07:00
tdixon 7fc5346bae Strip escaped newlines from edtext dialogues 2017-05-07 18:57:41 -03:00
tdixon 96f1c43ac1 Add spanish to language options
Make MapText not crash when trying to create negative-width bitmaps

Add special rules to mklang
2017-05-04 22:01:00 -03:00
tdixon cff99c2dd9 Merge branch 'master' into localization 2017-04-27 03:09:57 -03:00
mshirt 84b0314e4d Changing niko sprites to en sprites if on "..." replay 2017-04-22 10:26:33 -07:00
tdixon d5822423e9 Merge branch 'master' into localization 2017-04-11 03:01:53 -03:00
tdixon 92e88d7182 Prevent crashing from disposed bitmaps 2017-04-11 03:01:37 -03:00
mshirt e48fb2660e press x to delete chars added 2017-04-09 12:26:30 -07:00
tdixon 1f594e4268 Merge branch 'master' into localization 2017-04-03 19:11:08 -03:00
tdixon fc7463d7e7 Expand localization to Pictures and other message types 2017-03-31 12:46:03 -03:00
Mathew Velasquez 2eb67bfaaa Added cleaned-up language scripts 2017-03-30 18:46:55 -04:00
Mathew Velasquez e3f572d6fe hidpi fix 2017-03-30 18:46:55 -04:00
GIRakaCHEEZER 4cc5dec036 Merge pull request #5 from mathewv/Solstice
all the solstice changes
2017-03-28 00:01:00 -05:00
mshirt d8002dabca all the solstice changes
i'm lazy sorry and forgot to keep the repo up to date

but here's all the solstice scripts
2017-03-27 14:52:10 -05:00
tdixon cfd30bbca6 Enable localization of game text 2017-03-03 16:53:16 -04:00
mshirt 0f3217d16d Added save backup system to the game
To better deal with the random savefile corruptions that occur for some
users.  This should help?  I tested it with each file in the chain
corrupted to make sure it was falling back onto the backups properly,
and made it delete the base file if all backups were corrupt, which is a
very unlikely scenario but might as well put a case to handle it.
2017-02-04 19:17:47 -06:00
root 9fb6ca4d89 Committer: gir
Changes to be committed:
modified:   src/audio.cpp
2017-01-03 19:57:29 -06:00
mshirt 4a459cb330 Fixing text being corrupted when fullscreening
Mainly by increasing delay when fullscreening.
2017-01-03 02:23:03 -06:00
mshirt 546edc33b8 Preventing saving if intro variable isn't set
This is to prevent the "[Niko feels uneasy.]" infinite loop that can
occur if you somehow save in the INIT room.
2017-01-02 17:33:33 -06:00
mshirt 505f4214c1 Fixing EACCES error
That occurs when trying to copy the ______.exe when you already have it
running in the destination folder.
2017-01-01 18:25:11 -06:00
mshirt 102e0aea6c Game now saves settings to file
So the user doesn't have to customize their settings everytime they
launch.
2017-01-01 16:16:43 -06:00
mshirt b1b907a6e6 Settings menu script additions
Settings menu now fully works, but will need to add more changes in a
bit to make it save a settings file (so user won't have to change
settings every relaunch)
2017-01-01 05:04:32 -06:00
mshirt 79e70e8821 Fixed being able to open both menus at once
You could open both inventory and menu at once if you were walking.  But
now you can't.
2017-01-01 05:04:32 -06:00
root 03f4610e20 Forgot to change volume when starting to play bgm, me, and bgs
Committer: gir <girakacheezer@gmail.com>
2017-01-01 04:56:41 -06:00
root 29fd891550 Adding backend changes for settings menu
Committer: mshirt <mshirt@ualberta.ca>
2017-01-01 04:48:40 -06:00
Mathew Velasquez d41e36c751 Fix minimize crash by sacrificing an unnecessary feature 2016-12-26 20:57:51 -05:00
mshirt 6f7091db62 Making these colors brighter
Because people complained about the document text being "hard to read"
2016-12-18 16:39:56 -06:00
mshirt 3bdb5b6ea5 Revert "More anti-lag changes"
This reverts commit 07f2d5d6fa.
2016-12-17 20:10:23 -06:00
mshirt 07f2d5d6fa More anti-lag changes 2016-12-17 16:44:30 -06:00
mshirt 355b2d8528 Moving the Cancel higher
This change prevents the player from opening the fast travel menu and
the inventory from the Menu at the same time.
2016-12-17 16:44:30 -06:00
Mathew Velasquez ecd0d92d30 Reverting some marshal stuff 2016-12-17 15:59:41 -05:00
mshirt f4aace6a27 Fixing observation deck + fast travel bug 2016-12-16 00:21:43 -06:00
Mathew Velasquez d47a2241ee Messagebox fix 2016-12-15 05:39:51 -05:00
Mathew Velasquez 99d0c2888a Marshal tweaks 2016-12-14 22:05:53 -05:00
Mathew Velasquez a0ba40916d Smooth scaling Graphics option 2016-12-14 22:05:53 -05:00
mshirt 9c03d0da02 Adding in combinations for all 10 photos 2016-12-14 03:53:34 -06:00
mshirt 7b34518580 Fixing balcony event
Would trigger twice if you were at the top of the railing during a
cutscene.
2016-12-14 02:17:25 -06:00
mshirt aeff9a856c Adding in checkpoint save functionality 2016-12-14 02:16:57 -06:00
mshirt d76c700de0 Fixing "hack" in ed-text
Apparently there was already a function for reseting the frame wait,
used commonly after loading files.  So we don't have to use the hacky
method of making the game wait for X number of frames anymore.
2016-12-13 04:45:25 -06:00
mshirt 4fec45be25 Fixed softlock when opening menu
If you opened the fast travel or the item menu right before touching a
touch-run event, it would soft-lock you if the event changed niko's
move-route, since niko was unable to move due to his update function
being unreached.
2016-12-13 04:42:45 -06:00
mshirt f9a43eff45 Reordering the trigger on custom message boxes
With frame perfect inputs, you could close these on the same frame as
they open, which in some cases leads to a soft lock of the game.
2016-12-12 17:44:48 -06:00
mshirt ae846e0976 Fixing a bug with the music fade-in script
Used to crash if these commands were hit during a music fade-in command.
2016-12-12 14:00:02 -06:00