Vladimir Olteanu
|
fdf8a21885
|
Use Point::Absolute in On_ATTACKID
|
5 years ago |
Vladimir Olteanu
|
377f7b8f7b
|
Use Point::Absolute in LeftMouseCmd
|
5 years ago |
Vladimir Olteanu
|
de2c640a9b
|
Use Point::Absolute in GetMinDistance
|
5 years ago |
Vladimir Olteanu
|
53603da836
|
Use Point::Absolute in sync_monster
|
5 years ago |
Vladimir Olteanu
|
16e78bb559
|
Use ManhattanDistance in sync_monster
|
5 years ago |
Vladimir Olteanu
|
f0ccb562fa
|
Use ManhattanDistance in sync_one_monster
|
5 years ago |
Vladimir Olteanu
|
ba3f0aef8b
|
Introduce Point::Absolute and Point::ManhattanDistance
|
5 years ago |
staphen
|
2c03da3516
|
Adjust cmake commands for 3DS build
|
5 years ago |
Anders Jenbo
|
71e26d8f23
|
Restore build folder
|
5 years ago |
Chance4us
|
608c231f46
|
Draw black drop shadow for automap (#2090)
|
5 years ago |
Juliano Leal Goncalves
|
8622130966
|
♻️ Add '==' and '!=' operators to 'Size' struct
|
5 years ago |
Juliano Leal Goncalves
|
e67683e5be
|
♻️ Simplify 'GetSuperItemLoc' logic using 'Point'.
|
5 years ago |
Juliano Leal Goncalves
|
b0584f1925
|
♻️ Simplify 'GetSuperItemSpace' logic using 'Point'.
|
5 years ago |
Juliano Leal Goncalves
|
1cc121e95c
|
♻️ Simplify 'SpawnRock' logic using 'Point'.
|
5 years ago |
Juliano Leal Goncalves
|
1bf319bc11
|
♻️ Leverage 'Point' struct on 'ItemPlace'
|
5 years ago |
Juliano Leal Goncalves
|
6aa6efb720
|
♻️ Extract item position generation logic to common function
|
5 years ago |
Juliano Leal Goncalves
|
b04047ba4d
|
♻️ Leverage 'Point' struct on 'SpawnUnique'
|
5 years ago |
Juliano Leal Goncalves
|
9c85e61025
|
♻️ Leverage 'Point' struct on 'ItemSpaceOk'
|
5 years ago |
Juliano Leal Goncalves
|
293803df51
|
♻️ Replace 'coord' struct with 'Point'
|
5 years ago |
Juliano Leal Goncalves
|
ff3dee8d45
|
♻️ Replace poor usages of 'Size' with 'Point's
|
5 years ago |
Juliano Leal Goncalves
|
58501cab26
|
🚚 Move 'Size' struct to engine.h
|
5 years ago |
Juliano Leal Goncalves
|
abee4fe6fe
|
♻️ Repurpose the 'InvXY' struct as a new 'Size' struct
|
5 years ago |
qndel
|
ae221bb860
|
fix invalid width2
|
5 years ago |
Juliano Leal Goncalves
|
21ecaa225f
|
♻️ Leverage 'Point' struct on inventory functions (#2094)
|
5 years ago |
Jmgr
|
5c6d778af1
|
Keymapper: fix actions being triggered while the chatbox is open
|
5 years ago |
Jmgr
|
b4ea4c29a0
|
Keymapper: add enabled condition, fix being able
to save/load in multiplayer
|
5 years ago |
Anders Jenbo
|
0d5d8cb1d4
|
💚 Fix NOSOUND
|
5 years ago |
qndel
|
90f250dfee
|
fix line clear after refactor (#2086)
|
5 years ago |
Anders Jenbo
|
2200a78c11
|
✅ Add 4 unique items to test suite
|
5 years ago |
Juliano Leal Goncalves
|
4668a526eb
|
♻️ Leverage 'Point' struct on monster functions (#2056)
|
5 years ago |
qndel
|
ab0478319c
|
assign seed to quest items + rng cleanup
|
5 years ago |
Kalebe Alves
|
118efe8e6d
|
Use Point/SDL_Rect for control functions coordinate system
|
5 years ago |
Gleb Mazovetskiy
|
dd3ea66fa2
|
♻️ Split getTextColor(bool) into 2 functions
This is a bit more readable than using a bool argument.
|
5 years ago |
Gleb Mazovetskiy
|
7ab16c5c5d
|
🔨 CMake: Cleanup Nintendo Switch variables
|
5 years ago |
Gleb Mazovetskiy
|
bcd2dd429c
|
🔨 CMake: asio: Use HTTP for downloading
This is much faster than using git.
|
5 years ago |
Gleb Mazovetskiy
|
075e47efca
|
🔨 CMake: simpleini: Use HTTP for downloading
This is much faster than using git.
|
5 years ago |
Gleb Mazovetskiy
|
f319c593a6
|
🧹 player.cpp: Remove unused `GetPlrGFXClass`
|
5 years ago |
Dave Murphy
|
733cf56a1e
|
use upstream devkitPro cmake machinery
|
5 years ago |
Kalebe Alves
|
49b21afb73
|
Clean up cstddef.hpp
|
5 years ago |
Kalebe Alves
|
0461529176
|
Move byte from engine.h
|
5 years ago |
Anders Jenbo
|
00f1368936
|
Correct build badges
|
5 years ago |
Anders Jenbo
|
c6f7bfdce5
|
Make a seperate section for the test builds
|
5 years ago |
qndel
|
2f3cf65b27
|
cleanup getTextColor
|
5 years ago |
qndel
|
c6398af024
|
margins and tweaks
|
5 years ago |
staphen
|
3ae5abc957
|
Update SDL_audiolib
|
5 years ago |
qndel
|
b1d74d2791
|
alt highlighting (#2060)
|
5 years ago |
qndel
|
4d4eadf233
|
fix pause font and centering (#2063)
|
5 years ago |
Vladimir Olteanu
|
e9a773f487
|
Make GetSpellBitmask constexpr
|
5 years ago |
Juliano Leal Goncalves
|
0d4e792551
|
♻️ Change 'SetMapMonsters' to take a 'Point' instead of 2 separate ints
|
5 years ago |
Juliano Leal Goncalves
|
944ff6fb78
|
♻️ Change 'InitMonster' to take a 'Point' instead of 2 separate ints
|
5 years ago |