859886be79
Add support for different Tile Sets on each Tile Layer #2
2022-08-26 17:26:49 +02:00
54b0c9b4b9
Enable programmatically referencing Component's components
2022-08-25 18:37:12 +02:00
7d8848c6e5
Improve widgets' attributes parsing engine
2022-08-25 18:23:25 +02:00
43c36a30ec
Enable programmatically referencing Window's components
2022-08-25 17:30:05 +02:00
9e416655e7
Fix concurrent modification exception on attempt to remove entity inside for-each-entity loop
2022-08-25 14:01:17 +02:00
18010cbb0f
Enable full support for icon sets in GUI
2022-08-24 15:59:34 +02:00
38d7baaef1
Create AbstractEntity class
2022-08-23 20:05:38 +02:00
1715b75eab
Swap Sprite and LocationableSprite (now LocationableModel) in inheritance graph
2022-08-23 19:23:10 +02:00
b8400bd23b
Refactor speed-related methods to support 1/s unit rather than 1/frame
2022-08-23 13:36:55 +02:00
084eeef79a
Enable full support for icon sets
2022-08-23 10:45:57 +02:00
6f9ff07ab2
Clean code after Entity/Character changes
2022-08-23 00:01:40 +02:00
33dad1e6d3
[Proto] Apply the Entity/Character changes
2022-08-22 23:47:49 +02:00
f7fa76036b
[Editor] Apply the Entity/Character changes
2022-08-22 23:40:02 +02:00
b8b51bf35d
Introduce Character
...
This commit is huge breaking change.
The Entity class has been downgraded to some generic object which can be pushed onto the ObjectLayer, whereas the former "entity" concept has been replaced with Character class.
2022-08-22 23:00:58 +02:00
439ec984a3
Extract coordinates-related code from Movable to Locationable interface
2022-08-22 19:53:29 +02:00
dc68f3d4ed
Create ContextHolder helper class
2022-08-22 11:34:56 +02:00
dccc8fd5ff
Improve entity spawner functionality and fix some spawner bugs
2022-08-19 14:33:40 +02:00
a4c7f48a23
Create helper class for distance calculation
2022-08-19 11:30:18 +02:00
46132c556c
Add support for setting animation frame
2022-08-18 16:27:18 +02:00
957e8fca0e
Enable firing events from Context
2022-08-18 13:49:31 +02:00
cfd3dc7789
[Editor] Bump JVM version to 17
2021-11-23 21:35:03 +01:00
1b9641862b
Revert "Add support for disposing GUIs"
...
This reverts commit 9bc79e940e .
2021-04-09 23:10:30 +02:00
9bc79e940e
Add support for disposing GUIs
2021-04-09 12:43:04 +02:00
cf20f390b5
Make GUI and Widget updatables
2021-04-09 10:14:28 +02:00
d3293e3004
Refactor event system | make Context events-aware | introduce GamePauseEvent
2021-04-08 23:00:42 +02:00
808155533d
Move game pause logic from GameEngine to Context
2021-04-08 22:18:58 +02:00
028faae564
Add isPaused() and isStopped() methods to Sound interface
2021-04-08 22:17:51 +02:00
c8f182aef1
Add ObjectLayer and GameMap parameters to MapInitializer
2021-04-07 10:29:36 +02:00
125d063af3
Merge KeyEventHandler to Reactive and replace old key event system with Reactive API
2021-04-06 17:29:08 +02:00
898bcc809c
Implement event system scaffolding
2021-04-06 11:57:11 +02:00
7c777dca01
Make Path Executor reusable
2021-04-04 22:37:19 +02:00
34c388b1a3
Enable changing Screen resizable parameter and add support for fullscreen mode
2021-04-03 19:21:11 +02:00
e50683880c
Add support for scaling (zooming) camera
2021-04-03 17:55:14 +02:00
b10a8b234c
Enable MapInitializer for ObjectLayers
2021-04-03 12:48:00 +02:00
48ad4208bc
Fix invalid key event handling in GLFWInput | make GUI does not extend KeyEventHandler interface anymore
2021-04-02 10:59:35 +02:00
ccc72d49a7
Refactor MovableSprite
...
Make updating position offset also recalculates position
2021-04-01 23:26:06 +02:00
33602894bf
Add support for blank entity set
2021-04-01 22:18:12 +02:00
8e6dfd4528
Prevent DefaultContext from being unregistered from key event handlers
2021-04-01 21:48:49 +02:00
075b0e67dc
Make Entity supports KeyEventHandler
2021-04-01 21:33:29 +02:00
f5f8ec1595
Split InteractiveEntity to separate listeners and remove position checks
2021-04-01 20:12:25 +02:00
e1e6d897cd
Simplify EntityInstantAnimation
2021-04-01 13:51:51 +02:00
b6aab0873e
Make EntityInstantAnimation returns a CompletableFuture
2021-04-01 13:36:17 +02:00
143d7fd4a2
Refactor EntityInstantAnimation
2021-04-01 12:42:18 +02:00
83f257708f
Fix invalid number of entity set sprite columns evaluation
2021-04-01 12:34:56 +02:00
dc472265ab
Enable queueing entity instant animations
2021-04-01 12:29:48 +02:00
933d8258b7
Add support for entity instant animations
2021-04-01 11:23:09 +02:00
fbaf422f89
Extract Animated trait interface
2021-04-01 10:07:23 +02:00
efec9b18c4
Remove movement rules system
2021-03-31 23:08:26 +02:00
453abfa037
Replace for-each loops with plain old C-style for loops
2021-03-31 23:02:45 +02:00
4f9a598d13
Create InteractiveEntity
2021-03-31 23:02:27 +02:00