ddnet/src/game/editor
Robert Müller aa15d9b19b Use GetDataSize instead of CMapItemSound::m_SoundDataSize
Do not use the `CMapItemSound::m_SoundDataSize` value as it is redundant. This value could also be incorrect because it can be freely set by the map creator (tool).

Instead, use the map/datafile function `GetDataSize` to get the true size of the sound data in the file.

The `m_SoundDataSize` value is still written to map files for compatibility with old versions.
2023-12-18 17:58:42 +01:00
..
mapitems Use GetDataSize instead of CMapItemSound::m_SoundDataSize 2023-12-18 17:58:42 +01:00
auto_map.cpp Add editor undo/redo feature 2023-12-04 22:44:20 +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 Added quad alignment/snapping to other quads/points 2023-12-16 01:29:09 +01:00
editor.h Added quad alignment/snapping to other quads/points 2023-12-16 01:29:09 +01:00
editor_action.h Add editor undo/redo feature 2023-12-04 22:44:20 +01:00
editor_actions.cpp Fix performance-inefficient-vector-operation 2023-12-14 23:38:05 +01:00
editor_actions.h Add editor undo/redo feature 2023-12-04 22:44:20 +01:00
editor_history.cpp Add editor undo/redo feature 2023-12-04 22:44:20 +01:00
editor_history.h Add editor undo/redo feature 2023-12-04 22:44:20 +01:00
editor_object.cpp add editor object class 2023-10-07 00:46:47 +02:00
editor_object.h add editor object class 2023-10-07 00:46:47 +02:00
editor_props.cpp Add editor undo/redo feature 2023-12-04 22:44:20 +01:00
editor_trackers.cpp Add editor undo/redo feature 2023-12-04 22:44:20 +01:00
editor_trackers.h Add editor undo/redo feature 2023-12-04 22:44:20 +01:00
explanations.cpp Fix editor crash when showing explanation for custom entities 2023-11-09 19:02:54 +01:00
map_grid.cpp Fix readability-make-member-function-const 2023-12-14 23:38:03 +01:00
map_grid.h Fix readability-make-member-function-const 2023-12-14 23:38:03 +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 Added quad alignment/snapping to other quads/points 2023-12-16 01:29: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 Add editor undo/redo feature 2023-12-04 22:44:20 +01:00