1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 8 hours ago.
Jun 07, 2024 — Jun 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
This fixes a segfault and defines two macros for the sake of compliance with some GNU libraries. More... over 14 years ago
Bugfixes in DND action conversion. Built jar. More... over 14 years ago
The Plugin is now easier to build... More... over 14 years ago
Used include.h for BBox. Obviously still needs to be modularized, but every journey begins with a step... More... over 14 years ago
Fixed ArrayIndexOutOfBoundsException with Fonts. Need to rebuild enigma.jar still. More... over 14 years ago
"Definitions" can now access resource IDs in code and in rvalues, just for the sake of use until Ism concocts something more permanent. Added an include.h to BBox, but never implemented it. This does need done eventually. More... over 14 years ago
Removed GM* headers More... over 14 years ago
Android is now uppercase in the platforms list More... over 14 years ago
Fixed iphone error, added linux/windows to android about.ey More... over 14 years ago
Fixed support for Mac(still need to change .app path) fixed support for iphone, fixed support for android (not fixed auto running yet), makefile is now messy will need to figure out a better way of achieveing the same effect More... over 14 years ago
LGM code editor function list (ctrl+space) now shows original arguments if avaialable, because Josh's resource API is a POS. More... over 14 years ago
Fixed misbehaviors in the direction/speed handlers by hooking up R3's handler again instead of the quickly-thrown-together model in events.res (in which the change is reflected). Renamed things that bothered me, fixed a no-return warning, and fixed some indentation. More... over 14 years ago
Apparently noone is already defined, so I got rid of the extra define. Refer to r573 More... over 14 years ago
Modularized the BBox collision system. Tested and it still compiled and generally works. Added a couple other collision functions like collision_line. More... over 14 years ago
Added the position_* and instance_* collision functions to BBox. More... over 14 years ago
Linked in BBox coll_funcs. Tested and they work great. This includes support for solid objects/instances More... over 14 years ago
Added support for inst->solid. It is now populated. More... over 14 years ago
Instances don't check themselves for collision, courtesy of Mith More... over 14 years ago
LGM r472, Fixed sprite preview bug on subframe creation. More... over 14 years ago
Fixed main appearing twice in makefile. Sorry if the CBP file is becoming deplorably outdated, but I wasn't able to find this main in CBP, and someone can fix it later. More... over 14 years ago
Fixes MrGriggs' issue; the first of a set of unpaired closing braces was not reported due to the check for level adequacy being performed before all levels were traversed for a brace (lower_to_level). As a precaution, I duplicated the check to be before and after. It probably belongs only after, assuming the accuracy of other checks, but I feel I should wait before making that assumption. More... over 14 years ago
Reintegrated polymask branch. For those following trunk, Polygon Masking is essentially integrated, just toggled off right now while we investigate a flaw in the algorithm causing it to enter an endless loop. More... over 14 years ago
Disabled polygon masking. Compiles. Starting merge with trunk. More... over 14 years ago
Added/linked polygon-based masks to the backend. Branching because it breaks ENIGMA > Run. More... over 14 years ago
Improvements to the API selection settings. Should now show the collision systems and select the proper defaults. Considers Represents setting in ey file now. More... over 14 years ago
Fixed compile error. More... over 14 years ago
More mask point stuff More... over 14 years ago
Preparing mask points. More... over 14 years ago
Only BBox represents: all now. Also, renamed to "Bounding Box". More... over 14 years ago
Added About.ey to None. Sorry, josh, you snooze, you lose. More... over 14 years ago