ddnet/src/game/editor
Dennis Felsing f7ceae5d29
Merge pull request #7910 from furo321/editor-sync-toggle
Use toggle button instead of checkbox for "Sync envelope button".
2024-02-03 07:55:06 +00:00
..
mapitems Editor: made "Clean up game tiles" undoable 2024-01-23 19:03:53 +01:00
auto_map.cpp Only include layer_tiles.h in auto_map.cpp 2023-12-27 12:29:25 +01:00
auto_map.h let CAutoMapper inherit CEditorComponent 2023-09-01 18:57:13 +02:00
component.cpp add editor object class 2023-10-07 00:46:47 +02:00
component.h add editor object class 2023-10-07 00:46:47 +02:00
editor.cpp Use toggle button instead of checkbox for "Sync envelope button". 2024-02-03 01:10:54 +01:00
editor.h Added dialog to fix invalid map settings on load 2024-01-23 20:13:57 +01:00
editor_action.h Add editor undo/redo feature 2023-12-04 22:44:20 +01:00
editor_actions.cpp Added dialog to fix invalid map settings on load 2024-01-23 20:13:57 +01:00
editor_actions.h Editor: made "Clean up game tiles" undoable 2024-01-23 19:03:53 +01:00
editor_history.cpp Fix multiple editor undo/redo issues 2024-01-14 19:45:20 +01:00
editor_history.h Fix multiple editor undo/redo issues 2024-01-14 19:45:20 +01:00
editor_object.cpp Use CEditorComponent methods instead of only CMapView 2023-12-23 14:45:36 +01:00
editor_object.h Use CEditorComponent methods instead of only CMapView 2023-12-23 14:45:36 +01:00
editor_props.cpp Use IGraphics::CORNER_NONE for CUIRect::Draw function 2024-01-26 21:39:11 +01:00
editor_server_settings.cpp Various fixes to map settings handling 2024-01-23 20:15:30 +01:00
editor_server_settings.h Various fixes to map settings handling 2024-01-23 20:15:30 +01:00
editor_trackers.cpp Fix multiple editor undo/redo issues 2024-01-14 19:45:20 +01:00
editor_trackers.h Fix multiple editor undo/redo issues 2024-01-14 19:45:20 +01:00
editor_ui.h Various fixes to map settings handling 2024-01-23 20:15:30 +01:00
explanations.cpp Fix missing editor explanation for kill tile in front layer 2024-01-04 17:42:53 +01:00
map_grid.cpp Allow finer editor grid 2024-01-17 23:36:09 +01:00
map_grid.h Improve editor toolbar anim and grid buttons, add dropdowns 2023-12-28 17:43:09 +01:00
map_view.cpp Fix readability-make-member-function-const 2023-12-14 23:38:03 +01:00
map_view.h Fix readability-make-member-function-const 2023-12-14 23:38:03 +01:00
mapitems.h Add editor undo/redo feature 2023-12-04 22:44:20 +01:00
popups.cpp Check selected quad index when rendering quad popup (fixes #7904) 2024-02-02 22:15:05 +01:00
proof_mode.cpp Add community server filter and icons, remove DDNet and KoG tabs 2023-11-04 15:32:27 +01:00
proof_mode.h Add CProofMode and CMapGrid component 2023-08-25 20:40:27 +02:00
smooth_value.cpp format 2023-08-14 08:53:59 +02:00
smooth_value.h Add CEditorComponent to moduralize editor 2023-08-14 08:36:02 +02:00
tileart.cpp Add editor undo/redo feature 2023-12-04 22:44:20 +01:00