Commit Graph

46 Commits

Author SHA1 Message Date
cea803979c Fix property deprecation warnings. 2021-07-20 22:12:50 +02:00
3d7b24ff5a Update copyright headers. 2021-04-15 11:52:32 +02:00
8888814101 Update the engine. 2020-10-06 21:10:15 +02:00
93097ada5e Same for the trainer window. 2020-09-24 17:03:47 +02:00
2e14445d8d Same for the vendor window. 2020-09-24 16:58:39 +02:00
ed417cf2c1 The loot window is now also a module. 2020-09-24 16:54:10 +02:00
1cc886593e Same treatment for the inventory. 2020-09-24 11:11:50 +02:00
084aa107b9 The crafting window is a module now aswell. 2020-09-24 10:55:50 +02:00
2bab93e6c7 The TalentWindow is a module now aswell. 2020-09-24 10:39:34 +02:00
020f744e78 The SpellBook is now a module aswell. 2020-09-24 10:32:00 +02:00
6bcb37b339 Same treatment for the unitframes. 2020-09-22 16:52:12 +02:00
dcc0d1d83d Same treatment for the CastBar. 2020-09-22 16:49:27 +02:00
96a32aa928 AuraFrame is also a module now. 2020-09-22 16:47:09 +02:00
c292704eb2 Now player_ui will automatically call set_player on the childs of gui_base. Removed the set_player calls from GUI.gd. 2020-09-22 16:43:05 +02:00
a1810628e9 Actionbars are also a module now. 2020-09-22 16:37:03 +02:00
56385cd5e9 Removed the minimap and the error frame from the player ui, as they were just placeholders at the moment. 2020-09-22 16:34:08 +02:00
4ea4478158 The touch controls are also a module now. 2020-09-22 16:32:21 +02:00
392cca545b Now modules can be disabled. Also now player ui will automatically call set_player on windows (if the method exists). 2020-09-22 15:23:13 +02:00
e7334f483b Changes to player_ui to support modularization, and now the CharacterWindow is a module, and it's added to the UI dynamically. 2020-09-22 15:10:34 +02:00
f68e3e1054 Implemented the vendor window (buying items are not yet implemented). Also added and spawned a test vendor. Updated ESS to get the required enum value. 2020-09-13 17:08:52 +02:00
980725ccd3 Hide the trainer window by default. 2020-09-13 00:22:37 +02:00
bf15090942 Resized and repositioned the trainer window. 2020-09-13 00:20:28 +02:00
cddda7d5e2 Added interface options to the ingame menu. These are the character specific. Added an option to save a character's actionbars as the default. 2020-09-12 23:23:54 +02:00
ab01405c5a Implemented a trainer window, and trainer entities. Also updated ESS to get the support structure for them. Also added a naturalist trainer, and made the level spawn it in. 2020-09-12 01:01:43 +02:00
02b647471b Implemented the character window. Also fixed a typo with stats. 2020-08-04 20:10:01 +02:00
a37e8f5976 Added weapon damage stats. Also work on the character window. 2020-08-04 19:30:17 +02:00
3405bb21fe The inventory window is now a bit smaller. 2020-08-03 13:34:29 +02:00
c9d53f5801 Implement keybindings. 2020-07-31 01:15:13 +02:00
39f80386e8 Added missing icons to the in-game menubar, relocated it to the bottom left of the screen, and made it smaller. Also small tweaks/fixes to the adaptive theme. 2020-07-29 22:46:52 +02:00
a3bfaf9e2a Now closing windows will properly reset their opener toggles. 2020-07-27 22:52:58 +02:00
483c50dfac Added a touchscreen mode setting, and an AdaptiveButton that will set it's own min size if the setting is enabled. I did not replace all buttons yet, just made sure everything looks consistent. Also smaller theme improvements. 2020-06-15 18:37:51 +02:00
b9ecd4248d Reworked castbar, now it will always be properly centered. 2020-06-15 17:49:14 +02:00
68dd994e56 A little cleanup to the player ui. Also removed the trainer window, and disabled the craft window's button. 2020-06-04 11:21:03 +02:00
510272bc3b Added a simple stub Character Window (with 2 culomns), and the talent window now also has 2 culomns, one will be physical (character level) talents, and one will be astral (class). 2020-05-26 17:41:05 +02:00
048bb06eea Added a trainer window. It's functionality has not been implemented yet. 2020-05-25 12:44:03 +02:00
39e28c2035 Now the player ui and the nameplates are dynamically allocated aswell. 2020-04-24 14:32:04 +02:00
15867a0889 More tweaks. 2020-03-25 01:40:25 +01:00
c8bcf48a1f More tweaks. 2020-03-25 01:32:43 +01:00
7a582c4e70 Tweak the touch control sizes a bit more. 2020-03-25 01:02:02 +01:00
0e453670ff Now the TurnPanel and TouchPad's size is a lot smaller, this makes tap targeting a lot simpler, and more intuitive. (Eventually I will probably go back to the original plan, revert the size but add clickthrough support.) 2020-03-25 00:53:53 +01:00
f4da6f0dd4 Now the windows are properly togglable. 2020-02-27 12:27:55 +01:00
3044cb8275 Update the license for 2020. 2020-01-31 20:01:34 +01:00
e9515bef2c Changed the license to MIT. 2019-12-22 19:20:38 +01:00
582f2298f2 Actionbars are now using built in control functionality for layout. Also Vsync is on now. 2019-12-07 19:01:34 +01:00
08971de608 The map button is hidden now, I'm not sure yet if it's a good idea for the game to have it. But even if it is, it will take a while for me to implement it. 2019-11-25 15:03:55 +01:00
8559193d21 The ui. 2019-11-20 14:30:34 +01:00