Azamat H. Hackimov
|
c3b1225c6e
|
Remove mprintf_at() usage
This function is stubbed and does nothing.
|
2024-09-24 23:00:53 +03:00 |
|
Jan Engelhardt
|
de0af3b10d
|
mem_malloc type triviality checks (6/8)
```
git grep -l mem_malloc | xargs perl -i -lpe 's{\((uint8_t) \*\)mem_malloc\((\S+)\)}{mem_rmalloc<$1>($2)}'
```
|
2024-09-16 22:12:13 +02:00 |
|
Azamat H. Hackimov
|
25c4837b1d
|
Editor: fix compilation
Add `"mono.h"` where needed.
|
2024-09-10 03:00:26 +03:00 |
|
Jan Engelhardt
|
a3a31c77a2
|
Fix spello "seperate.."
|
2024-09-03 13:26:51 +02:00 |
|
Azamat H. Hackimov
|
6f70379476
|
Fix deprecation warning about /Zc:forScope-
Fixed out-of-scope variables usage.
|
2024-08-12 02:05:38 +03:00 |
|
Azamat H. Hackimov
|
fc209ddba4
|
Remove unused texture.h
|
2024-07-28 16:50:43 +03:00 |
|
Louis Gombert
|
86cce1e445
|
Run clang-format on editor code
|
2024-06-15 20:12:48 +02:00 |
|
Louis Gombert
|
87f19acc2f
|
Internal editor: minimal compilation fixes
|
2024-06-07 21:41:40 +02:00 |
|
Louis Gombert
|
0fa8705291
|
Move internal level editor into main tree
|
2024-06-07 21:41:40 +02:00 |
|