Maruno17
ba1d225b83
Removed RGSS2 compatibility, condensed BitmapCache into RPG::Cache and made it work
2021-03-10 21:32:00 +00:00
Maruno17
3ca08f27b8
Changed functionality of running key, added compatibility with old Mystery Gifts
2021-03-07 19:16:05 +00:00
Joni Savolainen
47b164f0ab
Module#deprecated_method_alias ( #101 )
...
* Add Module#deprecated_method_alias
* Use deprecated_method_alias in 010_Pokemon_Deprecated.rb
* Use deprecated_method_alias on the rest of Pokemon methods
Also, use deprecate_constant on MAX_POKEMON_NAME_SIZE
* Use deprecated_method_alias on PlayerTrainer methods
* Ensure aliased method exists in deprecated_method_alias
2021-03-02 20:16:22 +00:00
Maruno17
57b3fe1b09
Tidied, fixed some bugs
2021-02-28 23:58:53 +00:00
Joni Savolainen
9c2b6e943b
Save data rewrite & Game module ( #91 )
2021-02-28 21:26:16 +00:00
Maruno17
a112a21a87
Renamed ABC inputs
2021-02-27 22:02:46 +00:00
Maruno17
1bf829c3f1
Made window bigger in map connections editor, fixed a couple of bugs, added Generation data to pokemon PBS files
2021-02-27 16:33:32 +00:00
Roza
c9903c59c8
Add support for timing using delta clocks ( #97 )
...
* Small correction to getConstantName. I swear this didn't work before, but now it does.
* Support delta timing in mkxp-z
* refresh Graphics.delta time at the start of update
* Speed up load_data
* Replace Input.count calls with Input.time?
2021-02-26 19:57:52 +00:00
Joni Savolainen
4e43a06f1b
Remove unnecessary utilities ( #99 )
...
- Comparable.clamp is already defined
- Boolean class does not exist
- String#start_with? already exists
- String#end_with? already exists
- String#bytesize already exists
- String#capitalize already exists
- Integer#digits already exists
- Array#first and Array#last already exist
- Array#shuffle already exists
Ruby's own Integer#digits returns an array with the least significant digit as the first array element. That means that the method's only usage has to be appended with a call to Array#reverse.
2021-02-26 19:38: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
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
Maruno17
d678a8b821
Merge branch 'master' into dev
2021-01-30 21:56:29 +00:00
Maruno17
f3f21d4679
Change to pbDownloadData
2021-01-30 21:55:32 +00:00
Maruno17
e70d89f457
Minor fixes
2021-01-30 17:26:27 +00:00
Maruno17
2586c09c3c
Refactoring and tidying
2021-01-11 19:30:45 +00:00
Maruno17
ad21fc92cb
Created and implemented GameData::Species
2020-12-24 21:25:16 +00:00
Maruno17
bc13517cb7
Created and implemented GameData::Type
2020-12-12 21:26:46 +00:00
Maruno17
c8790bafc9
Created and implemented GameData::TrainerType, fixed free text entry text mispositioning
2020-12-06 19:21:18 +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
bba24abc1a
Abolished screen border, screenshots are now png format, removed Sprite Resizer scripts, credited mkxp-z
2020-11-24 22:41:05 +00:00
Maruno17
4af57f6501
Added 1.5x screen size option, fixed 2**32 being 0, tidied up some code
2020-11-22 17:32:10 +00:00
Maruno17
f362b7f847
Killed off RGSS, deleted font installer code
2020-11-22 16:17:46 +00:00
Maruno17
6158e42635
Resolving merge conflicts between refactor and mkxp-z
2020-11-20 21:01:47 +00:00
Maruno17
ce6bc1737f
Merge branch 'mkxp-z' into dev
2020-11-20 20:43:27 +00:00
Maruno17
e7fcc27907
Merge branch 'master' into mkxp-z
2020-11-09 19:26:44 +00:00
Maruno17
1955d3698e
Implemented usage of GameData::Item
2020-11-08 22:45:59 +00:00
Maruno17
3c2b97c21a
Merge branch 'master' into refactor
2020-10-18 21:40:04 +01:00
Maruno17
2be698497a
Moved compiler methods into module Compiler, moved call to pbSetUpSystem into Main
2020-10-18 17:23:13 +01:00
Joni Savolainen
d860b703b1
Added Kernel.validate ( #41 )
2020-10-15 20:31:57 +01:00
Maruno17
f640f96551
Updated version number to "18.1.dev"
2020-09-28 22:21:35 +01:00
Maruno17
c5b1e08383
Tidying and rearranging
2020-09-28 21:07:54 +01:00
Joni Savolainen
8a5b141a8d
Merge branch 'master' into PokeBattle_Pokemon-rename
2020-09-23 20:34:07 +03:00
Joni Savolainen
194654dbd7
Add 009_Deprecation.rb
2020-09-23 20:24:31 +03:00
jonisavo
2696e15f67
Fix Debug Console not opening
2020-09-20 20:57:26 +03:00
Maruno17
a619300a7e
Fixed missing method for PokeBattle_FakeBattler
2020-09-17 18:33:08 +01:00
m3rein
8da6ef64a3
Fixed text positioning and removed individual character offsets
2020-09-11 16:32:04 +02:00
m3rein
1479dbd702
Fixed compiler always triggering
2020-09-09 14:34:08 +02:00
m3rein
203adf28d3
Updated pbSetResizeFactor
2020-09-07 16:38:49 +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
Maruno17
6c4670eaa3
Rubocop-inspired style tweaks
2020-09-06 01:10:02 +01:00
m3rein
240af4e5e7
Removed all excess whitespace and standardized line endings.
2020-09-05 21:23:16 +02:00
Maruno17
ba94119d02
Initial commit
2020-09-04 22:00:59 +01:00