kongleong86
301317533e
refactoring #1012 : Format specifiers should be used instead of string concatenation. ( #2715 )
...
* refactoring #1012 : Format specifiers should be used instead of string concatenation.
* refactoring #1012 : Format specifiers should be used instead of string concatenation.
* refactoring #1012 : Remove isInfoEnabled check
2023-12-02 14:25:00 +02:00
Ilkka Seppälä
932836f68b
Update license plugin ( #2020 )
...
* update license plugin
* suppress linelength and emptylineseparator rules
* fix checkstyle error
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz >
2022-09-14 23:22:24 +05:30
Subhrodip Mohanta
b423002e6c
updated Random() to SecureRandom() ( #1670 )
...
* updated Random() to SecureRandom()
* batch 2 of SecureRandom updates
2021-03-06 13:26:02 +02:00
Subhrodip Mohanta
7891c2b117
update inception year to 2021 ( #1653 )
2021-02-14 11:57:57 +02:00
Ilkka Seppälä
6606d6cd08
Update README.md
2020-08-29 21:21:01 +03:00
Anurag Agarwal
f835d3d516
Java 11 migrate remaining (g,h,i) ( #1116 )
...
* Moves game-loop to Java 11
* Moves guarded-suspension to Java 11
* Moves half-sync-half-async to Java 11
* Moves hexagonal to Java 11
* Moves intercepting-filter to Java 11
* Moves interpreter to Java 11
* Moves iterator to Java 11
2019-12-20 07:11:30 +02:00
Azureyjt
3ccc9baa1a
Game Loop Pattern ( #1083 )
...
* Add game loop module
* Add game loop module
* Fix merge issue
* Implement game loop module
* Implement game loop module
* Implement time based game loop
* implement VariableStepGameLoop
* Implement FixedStepGameLoop
* Add UT
* Add Unit tests
* Fix checkstyle issues
* Add README.md
* Fix code review issues
* Fix code review issues
* update README.md
2019-11-16 14:40:23 +02:00