-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Images, Sprites, Animations, and a whole lot more #117
Commits on Aug 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c22fdf1 - Browse repository at this point
Copy the full SHA c22fdf1View commit details -
Merge pull request #105 from fastjengine/engineconfig-x11
(#104) add X11 to list of supported hardware accelerations
Configuration menu - View commit details
-
Copy full SHA for e4f7bc6 - Browse repository at this point
Copy the full SHA e4f7bc6View commit details
Commits on Aug 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 60e8e64 - Browse repository at this point
Copy the full SHA 60e8e64View commit details -
Merge pull request #107 from fastjengine/fix-setMetrics
(#106) Remove translation from setMetrics
Configuration menu - View commit details
-
Copy full SHA for 3321b25 - Browse repository at this point
Copy the full SHA 3321b25View commit details
Commits on Aug 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c49e50c - Browse repository at this point
Copy the full SHA c49e50cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 909328c - Browse repository at this point
Copy the full SHA 909328cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b4d012 - Browse repository at this point
Copy the full SHA 1b4d012View commit details
Commits on Aug 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for afced5d - Browse repository at this point
Copy the full SHA afced5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 403ea74 - Browse repository at this point
Copy the full SHA 403ea74View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5a1092 - Browse repository at this point
Copy the full SHA f5a1092View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5befcde - Browse repository at this point
Copy the full SHA 5befcdeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 60df1b5 - Browse repository at this point
Copy the full SHA 60df1b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab30fc9 - Browse repository at this point
Copy the full SHA ab30fc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cf2dc0 - Browse repository at this point
Copy the full SHA 7cf2dc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5826392 - Browse repository at this point
Copy the full SHA 5826392View commit details -
Configuration menu - View commit details
-
Copy full SHA for f35b4ef - Browse repository at this point
Copy the full SHA f35b4efView commit details
Commits on Aug 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for cfe4878 - Browse repository at this point
Copy the full SHA cfe4878View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c276b0 - Browse repository at this point
Copy the full SHA 2c276b0View commit details -
added DrawableManager.destroyGameObject/UIElement/AllLists to handle …
…destroying Drawables in DrawableManager
Configuration menu - View commit details
-
Copy full SHA for c70edba - Browse repository at this point
Copy the full SHA c70edbaView commit details -
(#114) Added missing call to Scene.reset
Bug Fixes: - Added missing call to `Scene.reset` for each scene in `SceneManager` during a call to `SceneManager.reset`.
Configuration menu - View commit details
-
Copy full SHA for 3cafc88 - Browse repository at this point
Copy the full SHA 3cafc88View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9fb04e - Browse repository at this point
Copy the full SHA d9fb04eView commit details -
(#113) Add resource manager handling
New Additions: - `ResourceManager` constant to store all resource managers -- one instance per manager class. - `FastJEngine.addResourceManager` -- method to add a manager of a specific type (the resource type must also be specified) - `FastJEngine.getResourceManager` -- mwthod to get a manager of a specific type
Configuration menu - View commit details
-
Copy full SHA for bf2197e - Browse repository at this point
Copy the full SHA bf2197eView commit details
Commits on Aug 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d527a93 - Browse repository at this point
Copy the full SHA d527a93View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbf4dd3 - Browse repository at this point
Copy the full SHA dbf4dd3View commit details -
(#86) Replaced all HashMaps with ConcurrentHashMap
Bug Fixes: - (#86) Fixed issue where occasional `ConcurrentModificationException`s woulc crop up thanks to slight issues with consistent multithreaded/event-based inputs (keyboard, mouse, window, etc).
Configuration menu - View commit details
-
Copy full SHA for ca33005 - Browse repository at this point
Copy the full SHA ca33005View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d227f3 - Browse repository at this point
Copy the full SHA 5d227f3View commit details
Commits on Aug 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e60f3fb - Browse repository at this point
Copy the full SHA e60f3fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 23900b7 - Browse repository at this point
Copy the full SHA 23900b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44fdff0 - Browse repository at this point
Copy the full SHA 44fdff0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8dc9137 - Browse repository at this point
Copy the full SHA 8dc9137View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82c42c0 - Browse repository at this point
Copy the full SHA 82c42c0View commit details -
(#86) revert input maps to HashMap to alleviate occasional null point…
…ers from unpopulated values
Configuration menu - View commit details
-
Copy full SHA for ddf32b0 - Browse repository at this point
Copy the full SHA ddf32b0View commit details -
change file extension to return empty string when no extension is giv…
…en, rather than the original path
Configuration menu - View commit details
-
Copy full SHA for 0480ce3 - Browse repository at this point
Copy the full SHA 0480ce3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8187ffc - Browse repository at this point
Copy the full SHA 8187ffcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 35ddb4c - Browse repository at this point
Copy the full SHA 35ddb4cView commit details -
(#110) Fixed texture path parsing inconsistencies
Bug Fixes: - switched to getting specific token length rather than token array length - corrected start position for 3-length tokens (originally, it would cut off some of the parsed path)
Configuration menu - View commit details
-
Copy full SHA for 3c23d10 - Browse repository at this point
Copy the full SHA 3c23d10View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81245a1 - Browse repository at this point
Copy the full SHA 81245a1View commit details
Commits on Aug 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e30d566 - Browse repository at this point
Copy the full SHA e30d566View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8dab19 - Browse repository at this point
Copy the full SHA f8dab19View commit details
Commits on Sep 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 69c9e32 - Browse repository at this point
Copy the full SHA 69c9e32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8651abd - Browse repository at this point
Copy the full SHA 8651abdView commit details -
(#10, #113) Added .obj and .mtl parsing
Other Changes: - The .obj parser handles multiple files where internal file paths are based on the starting file path. As a result, the file path is passed to the parsers as well as to the writers.
Configuration menu - View commit details
-
Copy full SHA for 25dbd12 - Browse repository at this point
Copy the full SHA 25dbd12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b85135 - Browse repository at this point
Copy the full SHA 9b85135View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5402fd - Browse repository at this point
Copy the full SHA e5402fdView commit details