Maruno17
a5734eaf46
Code tidying with Rubocop
2023-07-18 22:42:10 +01:00
Maruno17
8287f32a5e
Fixed another crash when entering a map with no map metadata, fixed Sky Drop failing causing the target to remain in the air, decapitalised some Debug menu text
2023-07-12 21:06:54 +01:00
Maruno17
aecd9e5bb6
Tidying up for v21's release
2023-06-25 22:31:05 +01:00
Maruno17
1901675e33
Finished FPS agnosticism, removed particle engine
2023-06-03 21:55:02 +01:00
Maruno17
a714086a39
Fixed rendering of some tiles for certain sizes of tilesets, more rubocopping
2023-04-12 21:14:26 +01:00
Maruno17
9d50b27aa0
Fixed some bad usage of sprintf, cleaned up some translatable messages
2023-04-02 00:52:12 +01:00
Maruno17
3a9199da1b
Refactored animation editor code into a single module
2023-03-06 22:25:45 +00:00
Maruno17
ee72ad371f
Fixed Cotton Down also lowering the bearer's speed, tweaked rendering of buttons in the Animation Editor
2023-03-05 22:58:57 +00:00
Maruno17
becce85550
Removed deprecated code, renamed "base_damage"/"baseDamage"/"baseDmg" to "power"
2023-02-10 21:18:10 +00:00
Maruno17
13aab8d911
Lots of rubocop
2023-01-28 15:21:12 +00:00
Maruno17
b0b6e675c3
Fixed previous commit always causing recompiling if shadow_pokemon.dat doesn't exist, also rubocopping
2023-01-23 22:27:04 +00:00
Maruno17
632b0f8b4b
Overhauled text translations
2023-01-08 17:11:38 +00:00
Maruno17
91efb4684b
Fixed file-choosing methods not removing file extensions, fixed typo in Puddle envirnment registration
2022-11-23 22:43:11 +00:00
Maruno17
ae91811537
Created folder Graphics/UI, renamed some UI graphics
2022-08-14 01:07:06 +01:00
Maruno17
b1cde2db42
Refactored some code relating to colours, trivially simplified some calculations
2022-08-13 23:59:24 +01:00
Maruno17
76639c4ba5
Fixed duplicate files listed in BGM/ME pickers in PBS file editors
2022-06-20 08:44:18 +01:00
Golisopod-User
ad93eb7774
Removed all uses of SpriteWrapper ( #184 )
2022-06-19 17:47:23 +01:00
Maruno17
21f7c57905
Added Poké Ball burst animation for recalling in battle, some bug fixes
2022-03-16 22:44:39 +00:00
Maruno17
19e50bd507
Updated Power Green fonts, repositioned all text accordingly
2022-02-20 23:29:09 +00:00
Maruno17
f68e699cc9
More Rubocop changes
2022-02-13 00:57:54 +00:00
Maruno17
aa643a6049
More Rubocop
2021-12-27 00:26:45 +00:00
Maruno17
132a16950d
Yet more Rubocopping
2021-12-23 00:27:17 +00:00
Maruno17
33fcbf623b
More Rubocopping
2021-12-20 17:18:21 +00:00
Maruno17
65b1a8d6c3
More tweaks from the Rubocop overlord
2021-12-19 17:28:59 +00:00
Maruno17
33781493f4
More aligning of code
2021-12-19 12:19:08 +00:00
Maruno17
13a238cc6a
Many more Rubocop-inspired code improvements
2021-12-18 19:06:22 +00:00
Maruno17
d17fc40a47
Added decent spacing to all scripts thanks to Rubocop
2021-12-18 15:25:40 +00:00
Maruno17
f7b76ae62e
The Great Enspacening begins!
2021-12-18 12:20:31 +00:00
Maruno17
2480ab0f9e
Applied most Rubocop-suggested layout fixes
2021-12-18 01:56:10 +00:00
Maruno17
5dc64f1709
Minor refactoring to kill various Rubocop warnings
2021-12-17 20:29:47 +00:00
Maruno17
1c4819e5f0
Renamed all battle-related classes and modules
2021-11-16 23:05:16 +00:00
Maruno17
50d999e7da
Updated to mkxp-z v2.2.3 (removed mp3 support)
2021-11-02 21:14:31 +00:00
Maruno17
ca680c9feb
Merged class PokemonTemp into class Game_Temp
2021-10-21 22:01:59 +01:00
Maruno17
8bb70a226e
Tidied up semicolon use, refactored random dungeon generation code, fixed visual bug in Day Care debug screen
2021-08-22 23:18:34 +01:00
Golisopod-User
ecc5a040cd
Refactoring and Bugfixes ( #127 )
...
* Replacing nil + compact! with delete, delete_at and delete_if wherever possible
* Fixed Terrain Tag editor not setting the correct terrain
* Fixed Text Cursor in Animation Editor not going right
2021-08-22 22:25:29 +01:00
Maruno17
4b98850c3a
Stopped U-turn switching if the battle is over, ensured animation spritesheet file extensions are removed from animation data, added Debug function to reload system cache, Pokémon debug menu now shows the Pokémon's status problem, changed mkxp.json to fix uncommon rendering problems
2021-07-10 19:23:56 +01:00
Maruno17
206244a3f0
Fixed battle recordings playback, fixed being unable to import .anm files in the Animations Editor
2021-05-15 21:01:39 +01:00
Maruno17
05d3627015
Fixed event movement checks ignoring ledges if they're not on the top layer, fixed Sketch not working, fixed a couple of other minor bugs, Rubocop-suggested tweaks
2021-05-09 16:48:47 +01:00
Maruno17
5618607afa
Fixed bad encoding of plugin scripts causing accented characters to display incorrectly, plugins are listed in the console when loaded, fixed error when resizing an animation will delete the frame you're currently on, fixed changes to animations persisting despite not saving them in the Animation Editor
2021-05-07 20:01:49 +01:00
Maruno17
2ca8a42949
Yet more script rearranging
2021-04-17 23:45:42 +01:00