Code Climate
Product
Browser Extension
Features
Pricing
Developers
Sign up
Login
SquirrelJME/SquirrelJME
View on GitHub
Star
Overview
Progress
Issues
Code
Filters
Trends
Last
trunk
build
See recent builds
1 day ago
Refresh default branch
Refresh
All Builds
Merge from trunk. #3468
Stephanie Gawroriski authored
aa110a1c
complete
00:01:14
Add more display scale properties from manifests. #3467
Stephanie Gawroriski authored
fce8f99f
complete
00:01:07
Listener may be null when scanning suites. #3466
Stephanie Gawroriski authored
b7e5c3f1
complete
00:01:05
Set max heap to 4GiB on macOS AMD64 CircleCI build. #3465
Stephanie Gawroriski authored
43a1319f
complete
00:01:06
Make BufferedReader buffer one character larger for cases where CR is right at the buffer edge. #3464
Stephanie Gawroriski authored
890bd59b
complete
00:01:14
Correct tableswitch low/high condition being incorrect, it is <= not <; Make the launcher query progress more accurate and not jumping between values; Add Debugging.VERBOSE and put much of the suite scanning under that since it works rather fine now; Do not consider the current class to be a super class of the current class with regards to `invokespecial`. #3463
Stephanie Gawroriski authored
56849cdd
complete
00:01:11
Add core code contribution requirements. #3462
Stephanie Gawroriski authored
17368757
complete
00:02:44
Rewrite DoJa Timer to allow them to actually be useable; Handle .sp[0-9] for DoJa for split ScratchPads. #3461
Stephanie Gawroriski authored
a8f9b7bd
complete
00:01:22
Delete some of the old Graphics implementations that are no longer used. #3460
Stephanie Gawroriski authored
2b458b52
complete
00:01:07
Correct DoJa font sizes; Respect DoJa DrawArea property, which makes drawing even better if it is used anyway. #3459
Stephanie Gawroriski authored
702edde3
complete
00:01:13
Add file that the standalone Jar should be ran and not extracted; Remove lombok documentation from standlone Jar as it confuses people. #3458
Stephanie Gawroriski authored
8dd54c6d
complete
00:01:11
Add base ScritchUI API to get the list of fonts. #3457
Stephanie Gawroriski authored
83547bc0
complete
00:01:20
Bump org.projectlombok:lombok from 1.18.30 to 1.18.36 #3456
dependabot[bot] authored
d4fcfe4a
complete
00:01:05
Bump com.fasterxml.jackson.datatype:jackson-datatype-jsr353 #3455
dependabot[bot] authored
6dd576af
complete
00:01:04
Update BlueSky handle for SquirrelJME; Use better naming scheme for SQF and make it a single binary file which is more efficient. #3454
Stephanie Gawroriski authored
873cdfe6
complete
00:01:02
Add support for newer FontForge fields; Map undefined codepoint to 0xFFFD. #3453
Stephanie Gawroriski authored
ea7efd6f
complete
00:01:04
Add some more "known" fonts to the known list. #3452
Stephanie Gawroriski authored
ce5ac237
complete
00:01:03
Add CLion style. #3451
Stephanie Gawroriski authored
4959f05a
complete
00:01:11
Final Fantasy is wierd in that it constantly turns on the backlight, despite it already being on, to redraw the screen. #3450
Stephanie Gawroriski authored
d60f092c
complete
00:01:13
Implement methods and classes needed to get Final Fantasy 1 to the title screen. #3449
Stephanie Gawroriski authored
fc1e2bfb
complete
00:01:24
Correct source offsets when drawing, which fixes all offset related DoJa graphical glitches; Add some more base methods; But some pieces of code under verbose. #3448
Stephanie Gawroriski authored
a872768c
complete
00:01:04
Fixes to get Tetris 2002 runnable. #3447
Stephanie Gawroriski authored
b69e6ff9
complete
00:01:44
New JetBrains IDE versions; Improve .clang-format since CLion has vastly improved their preview of it. #3446
Stephanie Gawroriski authored
1b5c8fb4
complete
00:01:05
Taking a short break. #3445
Stephanie Gawroriski authored
231e75a8
complete
00:01:06
Add base blank sources for slow bytecodes. #3444
Stephanie Gawroriski authored
6a59aa0b
complete
00:01:21
Base pseudocode for entering frames. #3443
Stephanie Gawroriski authored
c7861631
complete
00:01:10
Correct typename for bindings, it needs the `j` prefix; Lookup the method when entering a frame by string. #3442
Stephanie Gawroriski authored
104c8595
complete
00:01:13
Rename method binding to method ID. #3441
Stephanie Gawroriski authored
07327f46
complete
00:01:15
Initialize static field values with non-object based values; Add lookup for info based on field index. #3440
Stephanie Gawroriski authored
1996f75a
complete
00:01:23
Make the name/type check first. #3439
Stephanie Gawroriski authored
c7f2db3a
complete
00:01:04
Add TODO if package private methods are encountered. #3438
Stephanie Gawroriski authored
d58d8f33
complete
00:01:02
If two sequences are the same pointer, then just initialize them. #3437
Stephanie Gawroriski authored
b573bb7b
complete
00:01:04
Simplify sjme_nvm_alloc() so that for most cases it takes sjme_nvm to grab a pool. #3436
Stephanie Gawroriski authored
2c8252ef
complete
00:01:07
Make pool usage allocPool instead of inPool; Do not have a reserved pool. #3435
Stephanie Gawroriski authored
6be94d5a
complete
00:01:03
Static methods all bind to themselves; Add base for class instance checking. #3434
Stephanie Gawroriski authored
28d7f4a7
complete
00:01:03