ddnet/src/game/editor
2024-03-18 22:06:26 +01:00
..
mapitems Allow saving empty quads & sounds layers 2024-03-18 22:06:26 +01:00
auto_map.cpp Rename all variables for strict camel-casing of abbreviations 2024-03-05 15:44:09 +01:00
auto_map.h Rename all variables for strict camel-casing of abbreviations 2024-03-05 15:44:09 +01: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 uint8_t * consistently for raw image data 2024-03-09 13:31:53 +01:00
editor.h Rename all variables for strict camel-casing of abbreviations 2024-03-05 15:44:09 +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 Call FlagModified only when property can affect automapper (fixes #7959) 2024-02-10 12:15:28 +01:00
editor_history.h Call FlagModified only when property can affect automapper (fixes #7959) 2024-02-10 12:15:28 +01:00
editor_object.cpp Rename all variables for strict camel-casing of abbreviations 2024-03-05 15:44:09 +01:00
editor_object.h Rename all variables for strict camel-casing of abbreviations 2024-03-05 15:44:09 +01:00
editor_props.cpp Rename all variables for strict camel-casing of abbreviations 2024-03-05 15:44:09 +01:00
editor_server_settings.cpp Rename all variables for strict camel-casing of abbreviations 2024-03-05 15:44:09 +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 Replace DoButton_Menu with DoButton_Ex 2024-02-18 15:56:19 +01:00
explanations.cpp Fix missing editor explanation for kill tile in front layer 2024-01-04 17:42:53 +01:00
layer_selector.cpp Rename all variables for strict camel-casing of abbreviations 2024-03-05 15:44:09 +01:00
layer_selector.h Move select layer to editor component 2024-02-17 12:06:04 +08:00
map_grid.cpp Rename all variables for strict camel-casing of abbreviations 2024-03-05 15:44:09 +01:00
map_grid.h Rename all variables for strict camel-casing of abbreviations 2024-03-05 15:44:09 +01:00
map_view.cpp Rename all variables for strict camel-casing of abbreviations 2024-03-05 15:44:09 +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 Rename all variables for strict camel-casing of abbreviations 2024-03-05 15:44:09 +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 Use uint8_t * consistently for raw image data 2024-03-09 13:31:53 +01:00