Commit Graph

51 Commits

Author SHA1 Message Date
Maruno17
ba1d225b83 Removed RGSS2 compatibility, condensed BitmapCache into RPG::Cache and made it work 2021-03-10 21:32:00 +00:00
Maruno17
117396f8e2 Minor tidying 2021-03-09 21:31:17 +00:00
Maruno17
4c35a7ecfe Fixed up text positioning and window sizes, fixed crash when choosing how many items to toss from the Bag 2021-03-07 23:08:05 +00:00
Maruno17
3ca08f27b8 Changed functionality of running key, added compatibility with old Mystery Gifts 2021-03-07 19:16:05 +00:00
Maruno17
a112a21a87 Renamed ABC inputs 2021-02-27 22:02:46 +00:00
Maruno17
b281734312 Cached MapInfos.rxdata and map_connections.dat, reduced usage of load_data 2021-02-26 23:00:27 +00:00
Maruno17
46ed10a31d Tweaks relating to previous commit 2021-02-25 22:57:39 +00:00
Roza
1f2309c4d2 Remove Win32API calls & upgrade to modern Ruby (#96)
* Win32API removal + Ruby 3 updates
* Update binaries to match mkxp-z 2.1
2021-02-25 22:09:59 +00:00
Maruno17
6a8e4fcfa5 Added class GameData::Status 2021-02-15 23:20:51 +00:00
Maruno17
8b5b9d5fc4 Tweaks to BitmapCache 2021-02-08 19:25:54 +00:00
Maruno17
66494b0044 Refactoring, documenting deprecated methods 2021-02-01 22:53:03 +00:00
Maruno17
1209b804e9 Moved all settings into module Settings 2021-02-01 21:03:58 +00:00
Joni Savolainen
923844fdc7 Remove SpriteWindowCursorRect & fix WindowCursorRect (#85)
* Remove SpriteWindowCursorRect
* Fix WindowCursorRect
- Use super
- Don't overwrite getters for x, y etc.
- Use self.x instead of @x, etc.
* Fix needs_update? using zeroes
* Rename WindowCursorRect#isEmpty? to #empty?
2021-02-01 19:57:54 +00:00
Joni Savolainen
34e362a59b Remove all Thread.critical usage 2021-01-18 08:19:42 +02:00
Maruno17
7f254c6434 Tidied up, removed unused code 2021-01-17 21:26:20 +00:00
Maruno17
cb684094be Removed unused audio utilities and audio-recording (e.g. for Chatter) 2021-01-17 20:47:57 +00:00
Maruno17
2586c09c3c Refactoring and tidying 2021-01-11 19:30:45 +00:00
Maruno17
d4a7de4bdd Rearranged settings 2021-01-02 21:08:47 +00:00
Maruno17
fb29c6b760 General tidying up 2020-12-28 15:46:08 +00:00
Maruno17
ad21fc92cb Created and implemented GameData::Species 2020-12-24 21:25:16 +00:00
Maruno17
c8790bafc9 Created and implemented GameData::TrainerType, fixed free text entry text mispositioning 2020-12-06 19:21:18 +00:00
Maruno17
01f451b398 Fixed battle graphics being incorrectly positioned, fixed mispositioned number choice window text 2020-11-27 21:14:38 +00:00
Maruno17
eb22e49d9b Deleted rubyscreen.dll, eradicated semicolons from when... statements, compiling is now before setting up the system, appeased vocal dissenters 2020-11-26 21:10:45 +00:00
Maruno17
f362b7f847 Killed off RGSS, deleted font installer code 2020-11-22 16:17:46 +00:00
Maruno17
ce6bc1737f Merge branch 'mkxp-z' into dev 2020-11-20 20:43:27 +00:00
Maruno17
52ffae9e8a Implemented GameData::Metadata and GameData::MapMetadata 2020-11-15 18:59:07 +00:00
Maruno17
e7fcc27907 Merge branch 'master' into mkxp-z 2020-11-09 19:26:44 +00:00
Maruno17
5d4a342415 Removed all code relating to RMVX 2020-10-31 16:11:50 +00:00
Maruno17
103d397938 More fixes to text positions 2020-10-20 21:44:09 +01:00
Maruno17
3c2b97c21a Merge branch 'master' into refactor 2020-10-18 21:40:04 +01:00
Maruno17
e6b6bdc0b8 Fixed line spacing not being consistent when changing fonts 2020-10-18 17:38:44 +01:00
Maruno17
2be698497a Moved compiler methods into module Compiler, moved call to pbSetUpSystem into Main 2020-10-18 17:23:13 +01:00
Maruno17
e82b5409fb Moved global/map metadata constants and schema into modules 2020-10-16 22:05:38 +01:00
Marc L
da5c9680d4 Edit order of commands in pbMessageDisplay to fix light text assignment (#40) 2020-10-15 21:45:00 +01:00
Maruno17
c5b1e08383 Tidying and rearranging 2020-09-28 21:07:54 +01:00
Maruno17
0bbdc54ff0 Fixed bug with callback procs in class PictureEx 2020-09-27 13:54:05 +01:00
Marc Lequime
5367cc475f Fixed default value for delay in PngAnimatedBitmap 2020-09-16 09:41:38 +01:00
Maruno17
765104bcef Merge remote-tracking branch 'origin/mkxp-z' into mkxp-z 2020-09-13 15:46:57 +01:00
Maruno17
e5139b4d57 Pokémon cry when fainting now has a lower pitch 2020-09-12 01:18:12 +01:00
m3rein
8da6ef64a3 Fixed text positioning and removed individual character offsets 2020-09-11 16:32:04 +02:00
m3rein
c732b35931 Tweaked general-purpose UI text y offset 2020-09-11 15:45:44 +02:00
m3rein
1defc18797 Extra y position offset for message windows 2020-09-11 15:45:26 +02:00
Maruno17
aaf5949c13 Removed unnecessary text drawing in Options screen, misc tweaks 2020-09-09 23:03:27 +01:00
m3rein
0029bfe825 More line spacing tweaks 2020-09-09 17:00:47 +02:00
m3rein
d56dcd7032 Tweaked line spacing 2020-09-07 16:57:51 +02:00
m3rein
ba5eba832b Removed debug print in narrow font config 2020-09-07 16:50:04 +02:00
m3rein
6fec177bca Added mkxp conditional in font offset 2020-09-07 16:38:34 +02:00
m3rein
3890116ed7 Updated all fonts. 2020-09-07 15:35:16 +02:00
m3rein
a4f5eb16ea Added mkxp-z and fixed pkmnem, pkmnems and pkmnemn fonts 2020-09-06 23:12:36 +02:00
Maruno17
681a8331ab Resolved many Rubocop warnings 2020-09-06 17:31:12 +01:00