Gleb Mazovetskiy
|
4f31703b73
|
🔨 CMake Vita: Set pkgconfig path and fix prefix
1. Make CMake use VitaSDK's pkg-config wrapper.
Fix sent upstream: https://github.com/vitasdk/vita-toolchain/pull/182
2. Work around broken `prefix` in `pkgconfig` files:
https://github.com/vitasdk/vdpm/issues/69
|
5 years ago |
Anders Jenbo
|
e4cfad3196
|
♻️Use points instead of individual fileds for player structure
|
5 years ago |
Gleb Mazovetskiy
|
00bc7cb302
|
🧹 GetPlrGFXSize: unordered_set -> direct test
The use of `unordered_set` here is a bit gratuitous and doesn't do much
for readability.
|
5 years ago |
qndel
|
118d480be7
|
🐛 Fix loading monk block animations
|
5 years ago |
thebigMuh
|
281533e82d
|
This fixes exclusively the panning bug, where after a certain distance is exceeded, sound samples get played without panning.
|
5 years ago |
Anders Jenbo
|
d99522b9a5
|
♻️ Clean up direction related code
|
5 years ago |
Anders Jenbo
|
4b4d757514
|
🐛 Update drop position
|
5 years ago |
Anders Jenbo
|
e9fe8e986d
|
♻️Deduplicate DRLG_LPass3
|
5 years ago |
Anders Jenbo
|
e2aa3d1c57
|
♻️Deduplicate LineClear
|
5 years ago |
Anders Jenbo
|
f20828706e
|
♻️Deduplicate PutItem
|
5 years ago |
Anders Jenbo
|
235d6f6d06
|
♻️Deduplicate fireball
|
5 years ago |
Anders Jenbo
|
8fa0612433
|
🐛 Fix loading chosen hero
|
5 years ago |
Anders Jenbo
|
a32ac83090
|
🎨 cleanup trivial trype comparisons
|
5 years ago |
Anders Jenbo
|
bd389e9ef6
|
♻️ Clean up bool logic in engine.cpp
|
5 years ago |
Trihedraf
|
dc707f41cd
|
Update AppImage.sh
|
5 years ago |
Trihedraf
|
e0b99de789
|
Make .deb actually have dependencies
|
5 years ago |
Trihedraf
|
0f583bb7ed
|
Bring Linux_SDL1 inline with other Linux builds
|
5 years ago |
Trihedraf
|
b71c5aa0d1
|
Move to Debian:Testing, remove redunant cmake --build commands
|
5 years ago |
Anders Jenbo
|
69a70b77f8
|
🚚 Move enum_traits.h to utils
|
5 years ago |
Anders Jenbo
|
cc164985a3
|
🎨 Correct type checks in src sub-folder
|
5 years ago |
Anders Jenbo
|
41f35840af
|
🐛 Fix size of m_game_data
|
5 years ago |
Gleb Mazovetskiy
|
a043aa4dd8
|
GetSFXLength: Respect streaming flag (#1640)
|
5 years ago |
Trihedraf
|
cfd63a9ad0
|
Fix SDL1 Builds
|
5 years ago |
Anders Jenbo
|
2969b80163
|
🎨 Run readability-identifier-naming on all src sub-folders
|
5 years ago |
Anders Jenbo
|
def7ba5a50
|
🎨 readability-convert-member-functions-to-static
|
5 years ago |
Anders Jenbo
|
191d98207b
|
🎨 readability-identifier-naming on DiabloUI
|
5 years ago |
Anders Jenbo
|
1e3ed903be
|
🎨 strip redundant else
|
5 years ago |
Anders Jenbo
|
c9af65affe
|
🎨 Use empty instead of size to check for empty lists
|
5 years ago |
Anders Jenbo
|
aa290b6f63
|
🎨 Add missing braces
|
5 years ago |
Anders Jenbo
|
d392f70509
|
🎨 Do not pass item lists by value
|
5 years ago |
Anders Jenbo
|
7c054bc005
|
🎨 push_back -> emplace_back
|
5 years ago |
Anders Jenbo
|
664e888cdd
|
🎨 Remove double negatives
|
5 years ago |
Anders Jenbo
|
8cb2f9ff61
|
🧹 Add define for chance a wall is added to the dungeon
|
5 years ago |
Anders Jenbo
|
251dce6c89
|
🧹 Use empty to check if vector is empty
|
5 years ago |
Anders Jenbo
|
593c6a6f17
|
🎨 Drop unused param and rename random_ to GenerateRnd
|
5 years ago |
Anders Jenbo
|
f004c78824
|
🧹 performance-unnecessary-value-param
|
5 years ago |
Anders Jenbo
|
e3e8b4b4f0
|
🧹 llvm-include-order
|
5 years ago |
Anders Jenbo
|
d846a30157
|
🧹 acceptable parts of bugprone-*
|
5 years ago |
Anders Jenbo
|
d024f79b0e
|
🧹 performance-unnecessary-value-param
|
5 years ago |
Anders Jenbo
|
ec166c8214
|
🧹 performance-move-const-arg
|
5 years ago |
Anders Jenbo
|
77f15d4e9c
|
🎨 Use semantic element
|
5 years ago |
thebigMuh
|
fa1f58e586
|
Fixing OOB error when drawing partially filled XP bar pixels. (#1636)
|
5 years ago |
qndel
|
6be6499631
|
fix secluded crash (#1635)
|
5 years ago |
Jmgr
|
1d84156509
|
Simplify bitshift divisions/multiplications
|
5 years ago |
Anders Jenbo
|
97d7171123
|
🔥 Get rid of _ptargx/y
|
5 years ago |
Psojed
|
6e3b9481b4
|
spacing
|
5 years ago |
Psojed
|
fbe9598c40
|
Update readme.md for cpi-gamesh
mention how to run Hellfire
|
5 years ago |
Psojed
|
6ee971ceb8
|
Update readme.txt for switch
add links, mention how to run Hellfire
|
5 years ago |
Psojed
|
05aac6670e
|
Update readme.txt for pi
Fix discord link, add link to manual (github wiki), mention how to run Hellfire, changelog link
|
5 years ago |
Psojed
|
cd649a78f4
|
Updated readme.txt for nix
Fix discord link, add link to manual (github wiki), mention how to run Hellfire, changelog link
|
5 years ago |