.. |
Button.css
|
Made several widgets more keyboard-friendly.
|
2020-01-01 04:15:03 +01:00 |
Button.ts
|
Made several widgets more keyboard-friendly.
|
2020-01-01 04:15:03 +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
|
You can now view just the NPCs of a specific wave by clicking a button next to the wave ID in the events view.
|
2019-12-27 16:56:48 +01:00 |
Control.ts
|
- Defensive copies are now made of values emitted in list change events
|
2019-12-31 18:45:12 +01:00 |
dom.ts
|
- Defensive copies are now made of values emitted in list change events
|
2019-12-31 18:45:12 +01:00 |
DropDown.css
|
Wanted items can now be added and removed.
|
2019-09-13 14:30:29 +02:00 |
DropDown.ts
|
Made several widgets more keyboard-friendly.
|
2020-01-01 04:15:03 +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 |
ErrorView.css
|
Added flat_map function for flat mapping over multiple properties.
|
2019-12-26 20:20:42 +01:00 |
ErrorView.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 |
FileButton.css
|
Replaced js-logger. Improved testability with mocks, improved test configuration and code improvements.
|
2019-12-25 00:17:02 +01:00 |
FileButton.ts
|
.bin and .dat files can now be loaded directly.
|
2020-01-02 15:26:40 +01:00 |
golden_layout_theme.css
|
Added style for Golden Layout's close button.
|
2019-11-07 11:42:29 +02:00 |
index.css
|
Made several widgets more keyboard-friendly.
|
2020-01-01 04:15:03 +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
|
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 |
Label.css
|
Swapped code using new and old UI system around.
|
2019-08-21 17:56:46 +02:00 |
Label.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 |
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
|
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 |
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
|
Made several widgets more keyboard-friendly.
|
2020-01-01 04:15:03 +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
|
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 |
Resizable.ts
|
Swapped code using new and old UI system around.
|
2019-08-21 17:56:46 +02:00 |
ResizableWidget.ts
|
Widget's element property is now abstract and is overridden in every concrete subclass. This often simplifies widget code.
|
2019-09-15 19:32:34 +02:00 |
Select.css
|
Improved dropdown button and select widget behavior.
|
2019-08-30 17:31:46 +02:00 |
Select.ts
|
Made several widgets more keyboard-friendly.
|
2020-01-01 04:15:03 +01:00 |
TabContainer.css
|
More data is now shown in the optimization result view.
|
2019-09-11 15:51:56 +02:00 |
TabContainer.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 |
Table.css
|
The OptimizationResultView is now completely ported to the new GUI system.
|
2019-09-14 11:59:50 +02:00 |
Table.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 |
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
|
- Bugfix: FlatMappedListProperty wouldn't recompute its value and emit an event when it's computed property changed
|
2019-12-27 23:33:34 +01:00 |
Widget.ts
|
- Defensive copies are now made of values emitted in list change events
|
2019-12-31 18:45:12 +01:00 |