Commit Graph

49 Commits

Author SHA1 Message Date
Evan Debenham
f64d56252f updated copyright for 2022 2022-02-03 12:18:16 -05:00
Evan Debenham
fb0e0da611 v1.2.0: added jpackage info for macOS and linux 2022-02-03 12:18:04 -05:00
Evan Debenham
f04f49f0f9 v1.2.0: simplified desktop gradle slightly and added windows jpackage 2022-02-03 12:18:02 -05:00
Evan Debenham
740127b89d v1.1.0: fixed natives loading issues with FreeBSD 2021-11-29 19:54:23 -05:00
Evan Debenham
6aa79cba42 v1.1.0: updated desktop and android icons 2021-11-29 19:54:13 -05:00
Evan Debenham
d47c8d1fac v0.9.4: reduced allocations when text is being matches to a font 2021-08-08 18:04:35 -04:00
Evan Debenham
7307c38a3c v0.9.4: overhauled text input, now multiplatform using libGDX textField 2021-08-08 18:04:16 -04:00
Evan Debenham
a492c565d0 v0.9.4: refactored code relating to font generators 2021-08-08 18:04:16 -04:00
Evan Debenham
9b63eb5e09 v0.9.4: updated libGDX to 1.10.0, dropping support for Android 2.3/3 2021-08-08 18:02:21 -04:00
Evan Debenham
f52ced5e74 v0.9.3: fixed desktop:release not working after gradle 7.0 2021-05-21 16:38:08 -04:00
Evan Debenham
c991208b9b v0.9.2b: fixed URL opening bug in Android 11, and re-final commit 2021-03-22 19:13:48 -04:00
Evan Debenham
870cf8410d v0.9.2a: Added basic greek language support (smooth font only atm) 2021-03-11 17:07:32 -05:00
Evan Debenham
bfda32620a v0.9.1: adjusted font render count to slightly improve performance 2020-12-02 19:56:40 -05:00
Evan Debenham
2b6de19995 v0.9.1: slightly improved android performance on warm start 2020-11-30 15:06:57 -05:00
Evan Debenham
b5b3c70bcd v0.8.2a: updated copyright (up to 2021, to avoid this for a bit) 2020-08-16 23:23:44 -04:00
Evan Debenham
eecded2bed v0.8.2: added ukranian language, and updated translations 2020-08-05 13:29:13 -04:00
Evan Debenham
a2b4e3a9b6 v0.8.2: The desktop build now have a specific popup for openGL errors 2020-07-14 14:27:58 -04:00
Evan Debenham
4eb8840c37 v0.8.2: adjusted desktop build resource importing to prevent IDE errors 2020-07-14 14:27:58 -04:00
Evan Debenham
94809385d4 v0.8.2: added a news checker service 2020-07-14 14:27:38 -04:00
Evan Debenham
62e795a4d7 v0.8.1: fixed a NPE when fonts are reset before being initialized 2020-06-27 21:24:39 -04:00
Evan Debenham
8d524e18d3 v0.8.1: updated gradle build tools and gradle version 2020-06-18 16:57:57 -04:00
Evan Debenham
9eed2381e3 v0.8.1: updated gradle to 6.4 2020-06-18 16:57:03 -04:00
Evan Debenham
8c847e6421 v0.8.1: added a version printout to desktop error messages 2020-06-18 16:57:02 -04:00
Evan Debenham
6ca138de23 v0.8.1: refactored the location of all asset files 2020-05-07 21:54:49 -04:00
Evan Debenham
55340817e8 v0.8.0b: fixed error printouts being eaten if game fails to start 2020-05-05 13:08:33 -04:00
Evan Debenham
8b40399aa7 v0.8.0a: reduced the minimum window size in desktop mode 2020-04-28 14:52:35 -04:00
Evan Debenham
54db0a7c6c v0.8.0: added support for system font in all languages on desktop 2020-03-26 22:16:15 -04:00
Evan Debenham
e874dea93e v0.8.0: changed default settings file 2019-12-18 21:40:52 -05:00
Evan Debenham
c36844cbcf v0.8.0: Added a validator class to desktop launches. Currently used for macOS 2019-12-12 20:06:50 -05:00
Evan Debenham
ea16ddf02a v0.8.0: various fixes/improvements:
- potion of purity now clears tengu fire wave and smoke bombs
- fixed blacksmith upgrading incorrectly telling you your inventory is full
- fixed various bee AI errors
- fixed elemental ranged attacks not going on cooldown if they miss
- spinners now interrupt the hero is they shoot web around them
- fixed rare freeze bugs involving enemy ranged attacks
- fixed scroll of teleportation rarely placing the hero on an enemy
- fixed missing title case in stone of intuition window
- added bottom padding to WndInfoItem
- fixed some minor spelling/grammar errors in new text
2019-12-12 20:06:50 -05:00
Evan Debenham
777dc8933a v0.8.0: improved desktop dialog boxes, now use tinyFD instead of swing 2019-12-12 20:06:50 -05:00
Evan Debenham
8afa87fb10 v0.8.0: added log output to the desktop error handler 2019-12-01 13:59:09 -05:00
Evan Debenham
2138ad24ec v0.8.0: added an update notification service 2019-11-22 15:38:21 -05:00
Evan Debenham
2e533b74db v0.8.0: improved desktop build process, added different source sets 2019-11-22 15:13:37 -05:00
Evan Debenham
7114887282 v0.8.0: tweaked look and feel of desktop error message 2019-11-19 19:49:56 -05:00
Evan Debenham
fa7703208f v0.8.0: improved the 16*16 desktop icon 2019-11-19 19:49:55 -05:00
Evan Debenham
57ae9dd6df v0.8.0: added window icons to desktop module 2019-11-19 19:49:55 -05:00
Evan Debenham
b88036da0b v0.8.0: added window size/fullscreen support to desktop, refactored landscape code 2019-11-19 19:49:53 -05:00
Evan Debenham
4f430015c3 v0.8.0: switched desktop module to use lwjgl3 backend 2019-11-19 19:41:38 -05:00
Evan Debenham
8fe1b5979b v0.8.0: fixed an error with manifest title value 2019-11-19 19:41:38 -05:00
Evan Debenham
addb991631 v0.8.0: improved file handling and added proper file location support to desktop 2019-11-19 19:41:37 -05:00
Evan Debenham
b3d4515b32 v0.8.0: improved desktop debugRun task, version info is now dynamic 2019-11-19 19:41:08 -05:00
Evan Debenham
8117d4ea2f v0.8.0: improved build files and moved various files to better locations 2019-11-19 19:41:06 -05:00
Evan Debenham
4aa6b1788c v0.7.5e: fixed spreading bug with wand of lightning and re-final commit 2019-10-25 11:59:57 -04:00
Evan Debenham
774f8db938 v0.7.5e: final commit 2019-10-24 13:55:53 -04:00
Evan Debenham
9f8791978a v0.7.5e: added desktop support for asian languages 2019-10-24 13:55:46 -04:00
Evan Debenham
7181b5b677 v0.7.5e: improved the wording/styling of the desktop error dialog 2019-10-24 13:55:46 -04:00
Evan Debenham
f76730b5ad v0.7.5e: implemented a basic desktop release build task 2019-10-24 13:55:46 -04:00
Evan Debenham
7670bc147c v0.7.5e: implemented a very basic first desktop module and launcher 2019-10-24 13:55:44 -04:00