.. |
Button.css
|
Made several widgets more keyboard-friendly.
|
2020-01-01 04:15:03 +01:00 |
Button.ts
|
The model viewer now shows a problems popup when loading a file failed or succeeded with some problems.
|
2020-01-06 21:09:44 +01:00 |
CheckBox.ts
|
Refactored HTML element creation code. Removed PropertyChangeEvent, properties don't emit their old value anymore. Added an EventsController and moved some code from EventsView and QuestEditorStore to it.
|
2019-12-27 00:55:32 +01:00 |
ComboBox.css
|
Tweaked combobox arrow button.
|
2019-10-25 18:46:19 +02:00 |
ComboBox.ts
|
- All views now have a View super type
|
2020-01-05 01:07:35 +01:00 |
Control.ts
|
- All views now have a View super type
|
2020-01-05 01:07:35 +01:00 |
Dialog.css
|
Quests can now be saved in GC format.
|
2020-01-16 21:45:20 +01:00 |
Dialog.ts
|
Quest editor now uses the Dialog class for the "Save As" dialog so more options can be added to it.
|
2020-01-14 21:19:07 +01:00 |
dom.ts
|
Quests can now be saved in GC format.
|
2020-01-16 21:45:20 +01:00 |
DropDown.css
|
Wanted items can now be added and removed.
|
2019-09-13 14:30:29 +02:00 |
DropDown.ts
|
The model viewer now shows a problems popup when loading a file failed or succeeded with some problems.
|
2020-01-06 21:09:44 +01:00 |
DurationInput.css
|
Ported part of the hunt optimizer to the new GUI system. The methods tab is now working except for sorting.
|
2019-09-02 14:41:46 +02:00 |
DurationInput.ts
|
Simplified Widget.finalize_construction. Added game state to QuestRunner and modified execution flow to enable loading of area/entity models. Split QuestModelManager into two different classes so a different loading strategy can used in the quest runner view. Quest runner view is now automatically created when running a quest.
|
2019-12-19 18:54:01 +01:00 |
ErrorWidget.css
|
- All views now have a View super type
|
2020-01-05 01:07:35 +01:00 |
ErrorWidget.ts
|
- All views now have a View super type
|
2020-01-05 01:07:35 +01:00 |
FileButton.ts
|
The model viewer now shows a problems popup when loading a file failed or succeeded with some problems.
|
2020-01-06 21:09:44 +01:00 |
golden_layout_theme.css
|
Added style for Golden Layout's close button.
|
2019-11-07 11:42:29 +02:00 |
index.css
|
The model viewer now shows a problems popup when loading a file failed or succeeded with some problems.
|
2020-01-06 21:09:44 +01:00 |
Input.css
|
Ported part of the hunt optimizer to the new GUI system. The methods tab is now working except for sorting.
|
2019-09-02 14:41:46 +02:00 |
Input.ts
|
Quest editor now uses the Dialog class for the "Save As" dialog so more options can be added to it.
|
2020-01-14 21:19:07 +01:00 |
Label.css
|
Swapped code using new and old UI system around.
|
2019-08-21 17:56:46 +02:00 |
Label.ts
|
- All views now have a View super type
|
2020-01-05 01:07:35 +01:00 |
LabelledControl.ts
|
Entity counts in area select are now updated when adding or removing entities. Added more unit tests.
|
2019-12-24 03:04:18 +01:00 |
LazyWidget.ts
|
- All views now have a View super type
|
2020-01-05 01:07:35 +01:00 |
Menu.css
|
Menus and the various controls that use menus can now be controlled with the keyboard.
|
2019-09-13 20:53:31 +02:00 |
Menu.ts
|
Quests can now be saved in GC format.
|
2020-01-16 21:45:20 +01:00 |
NumberInput.css
|
Tweaked EntityInfoView look.
|
2019-12-27 01:36:54 +01:00 |
NumberInput.ts
|
Bugfix in FlatMappedProperty and FlatMappedListProperty: flat mapped values would not update correctly if the flat mapped property didn't have observers.
|
2019-12-27 02:49:30 +01:00 |
RendererWidget.ts
|
Added experimental WebGL renderer.
|
2020-01-19 17:16:28 +01:00 |
Resizable.ts
|
- All views now have a View super type
|
2020-01-05 01:07:35 +01:00 |
ResizableView.ts
|
- All views now have a View super type
|
2020-01-05 01:07:35 +01:00 |
ResizableWidget.ts
|
- All views now have a View super type
|
2020-01-05 01:07:35 +01:00 |
ResultDialog.ts
|
Quests can now be saved in GC format.
|
2020-01-16 21:45:20 +01:00 |
Select.css
|
Improved dropdown button and select widget behavior.
|
2019-08-30 17:31:46 +02:00 |
Select.ts
|
Quests can now be saved in GC format.
|
2020-01-16 21:45:20 +01:00 |
TabContainer.css
|
More data is now shown in the optimization result view.
|
2019-09-11 15:51:56 +02:00 |
TabContainer.ts
|
- All views now have a View super type
|
2020-01-05 01:07:35 +01:00 |
Table.css
|
The OptimizationResultView is now completely ported to the new GUI system.
|
2019-09-14 11:59:50 +02:00 |
Table.ts
|
Quests can now be saved in GC format.
|
2020-01-16 21:45:20 +01:00 |
TextArea.css
|
Fixed text area visual bug in Firefox.
|
2019-09-30 12:23:13 +02:00 |
TextArea.ts
|
Refactored HTML element creation code. Removed PropertyChangeEvent, properties don't emit their old value anymore. Added an EventsController and moved some code from EventsView and QuestEditorStore to it.
|
2019-12-27 00:55:32 +01:00 |
TextInput.ts
|
Simplified Widget.finalize_construction. Added game state to QuestRunner and modified execution flow to enable loading of area/entity models. Split QuestModelManager into two different classes so a different loading strategy can used in the quest runner view. Quest runner view is now automatically created when running a quest.
|
2019-12-19 18:54:01 +01:00 |
ToolBar.css
|
Simplified quest logging system.
|
2019-12-18 20:06:09 +01:00 |
ToolBar.ts
|
- All views now have a View super type
|
2020-01-05 01:07:35 +01:00 |
View.ts
|
- All views now have a View super type
|
2020-01-05 01:07:35 +01:00 |
Widget.ts
|
Quest editor now uses the Dialog class for the "Save As" dialog so more options can be added to it.
|
2020-01-14 21:19:07 +01:00 |