Commit Graph

40 Commits

Author SHA1 Message Date
6238022ed2 Mario: fix modifier deletion 2021-08-07 12:13:23 +02:00
d638108223 Remove redundant functions from blocks.cpp, fix editor problem with pagination 2021-07-24 19:59:25 +02:00
3be728843a Refactor to use objects for terrain/mod creation, added coin modifier 2021-07-23 00:08:05 +02:00
2617156833 Mod texture 2021-06-24 20:53:58 +02:00
a54d079fd2 Mario: add MapObject and use that instead of tuples 2021-06-07 23:48:28 +02:00
76f55fd98c Mario Editor: fix highlighting 2021-06-04 14:49:24 +02:00
301c4f3142 Mario Editor: initialize empty map with correct column size 2021-06-04 14:39:23 +02:00
0475f4967b Mario Editor: smaller block size 2021-06-01 10:18:33 +02:00
243c1d9d04 Mario: add a dictionary of flags for each block 2021-05-31 18:54:59 +02:00
78c9b9feb0 Mario: fix function name 2021-05-31 17:28:26 +02:00
57a573783d Mario Editor: change function name 2021-05-31 16:10:19 +02:00
2b405c5d31 Mario Editor: change edit boxes' indexing to 1-based
As the left map arrow is on position 0 * BLOCK_SIZE and the first edit
box is on position 1 * BLOCK_SIZE, indexing them from 1 causes slightly
more readable code
2021-05-31 16:08:14 +02:00
808f392119 Mario: silence some warnings 2021-05-31 14:30:28 +02:00
5d20757d43 Mario Editor: formatting 2021-05-31 14:04:28 +02:00
cd0a301e52 Mario Editor: add land type switching 2021-05-31 14:03:11 +02:00
3bef592cb1 Mario Editor: formatting 2021-05-29 19:24:47 +02:00
58974f8a7e Mario Editor: add tool highlighting + WSAD controls 2021-05-29 19:17:45 +02:00
3cb36fe180 Mario Editor: add tool populating function 2021-05-29 13:21:01 +02:00
5b8c0f88bb Mario Editor: turn grid/arrow creation into a function 2021-05-29 11:38:45 +02:00
a55a9142af Mario: slight editor UI update 2021-05-28 20:00:15 +02:00
9d9068091b Mario: slightly better editor UI 2021-05-28 19:51:02 +02:00
d2bc497070 Mario: set mario pointer when loading map for editor 2021-05-26 14:18:39 +02:00
c2fb78b0a6 Mario: added destructible modifier to editor 2021-05-26 00:46:19 +02:00
d04cbea02d Mario: editor - move all global vars into a single struct 2021-05-22 22:13:22 +02:00
d80ae9a4e2 Mario editor: more refactoring 2021-05-09 20:45:52 +02:00
ede8bbbe8b Mario Editor: refactoring 2021-05-09 20:21:53 +02:00
83cda5f860 Mario editor: formatting 2021-05-09 00:46:10 +02:00
b54ba5034c Mario editor: started refactoring 2021-05-09 00:43:53 +02:00
c849895c72 Mario editor: more terrain, can place Mario 2021-05-07 23:17:05 +02:00
900382bfce Mario editor: fix tool selection 2021-05-07 10:36:31 +02:00
e084ed6f86 Mario editor: can paginate blocks now 2021-05-07 10:08:41 +02:00
f89d36c177 Mario Editor: Tool selection alpha 2021-05-07 09:43:57 +02:00
c383654349 Mario editor: add + button for columns 2021-05-07 08:49:46 +02:00
7b0f72e273 Mario map: initial map has 18 columns 2021-05-07 08:35:01 +02:00
ad7f737e16 Mario editor: don't delete characters when changing terrain 2021-05-02 14:43:15 +02:00
8b8f3b7f06 Mario editor: switching between blocks 2021-05-02 14:28:17 +02:00
96857a99af Mario editor: use visitors 2021-05-02 14:14:11 +02:00
61e45e89a5 Basic editor functionality arrived!
Terrible code, must be changed!!!
2021-05-01 21:55:43 +02:00
183bd53b66 Mario: saving map as binary file v1.0 2021-04-30 23:12:53 +02:00
d4991ea3a7 Starting Mario Editor project 2021-04-30 21:02:14 +02:00