Anders Jenbo
bfb3c11c2b
🎨 Change namespace to devilution
5 years ago
Anders Jenbo
630e507f63
🚚 Apply namespace
5 years ago
Gleb Mazovetskiy
87dcbcb6d7
Save 1.5 MiB RAM in-game by freeing more DiabloUI art
5 years ago
Anders Jenbo
836ea40d47
🔖 1.2.0 has been release
5 years ago
Anders Jenbo
6f1498d315
🚚 Move structures to there respective headers
5 years ago
Anders Jenbo
bc3dc545da
🔥 Remove unused parts of game creation logic
5 years ago
Anders Jenbo
30af684a26
♻️ Refactor stdarg support headder
5 years ago
Anders Jenbo
501c536017
🎨 Clean up appfat
5 years ago
Anders Jenbo
0953b3524e
🚨 Resolve monster.cpp clang warnings
5 years ago
Juliano Leal Goncalves
9021f8daa5
♻️ Pluralize global 'item' array variable
5 years ago
Yuri Pourre
929e9aaefb
Add healer's missing transcriptions ( #1212 )
5 years ago
Gleb Mazovetskiy
4a18ccb626
CMake: Add GPERF option
...
This option links the tcmalloc and gperf memory profiler.
It can then be used to memory-profile individual sections of the app.
On Ubuntu, the package that provides the profiler is
`libgoogle-perftools-dev`.
5 years ago
Gleb Mazovetskiy
9dd91d1c2c
Save 1.3 MiB RAM in-game by freeing menu resources
...
Running with a memory profiler revealed that we were keeping main menu
UI resources around while the game was running.
5 years ago
Gleb Mazovetskiy
33b4c9581d
ttf_render_wrapped: std functions instead of SDL
...
Some SDL ports, such as the 3DS one and the PSP one, are missing these
SDL functions.
5 years ago
Gleb Mazovetskiy
21a4a671e4
Cleanup DiabloAllocPtr
...
1. Removes a lock around allocation. `malloc` is required to be thread-safe in C11.
2. Defines it as a macro so that:
1. We provide the correct location for the OOM error.
2. We get better attribution from memory profilers.
5 years ago
Anders Jenbo
1700c77547
📝 Update readme
5 years ago
Trihedraf
9368ec4bd0
add 2 missing words in installing.md
5 years ago
Anders Jenbo
7600fb2786
📝 Avoid line break in install instructions
5 years ago
Anders Jenbo
2eacd74d5d
📝 Correct grammar
5 years ago
Anders Jenbo
59aea05f56
📝 Make MPQ step common to all installations
5 years ago
Anders Jenbo
94557153b6
📝 Make the Nintendo 3DS fold out less confusing
5 years ago
Anders Jenbo
73ec15220c
📝 Simplify the install instructions a bit
5 years ago
Anders Jenbo
ab67be5f65
📝 Reinsert in structions on how to get Diablo
5 years ago
Anders Jenbo
250b2b6dc4
📝 Add 3DS support to change log
5 years ago
Anders Jenbo
28bb003601
🐛 use exact size of save format struct
5 years ago
Trihedraf
8d92a8dc5a
Update installing.md
5 years ago
Trihedraf
2e5cb50b08
remove last link to the old mpq extraction wiki
5 years ago
Trihedraf
ccaa4c5432
fix link in installing.md
5 years ago
Trihedraf
cbe5460924
Update Installing.md diabdat.mpq to DIABDAT.MPQ
5 years ago
Trihedraf
61b99ac9de
📝 Add more systems installation instructions
5 years ago
Anders Jenbo
8dc29f3181
📝 Fix typos in readme
5 years ago
Anders Jenbo
766ac29345
📝 Correct punctuation
5 years ago
Gleb Mazovetskiy
a6019f4e55
DiabloUI: Render to DiabloUiSurface()
...
Use that instead of using `GetOutputSurface()` directly.
For the rg99 port, we'll want to render this to the `pal_surface`
instead of output surface directly.
Might also be useful for 3ds, perhaps to render to the bottom screen.
5 years ago
Trihedraf
2be2763d1c
📝 move install instructions to docs\installing.md ( #1372 )
5 years ago
Anders Jenbo
dde5b3ab95
📝 Clean up readme
5 years ago
Anders Jenbo
a49464e87f
📝 Move mods to wiki
5 years ago
Anders Jenbo
796ba81b5a
📝 Document know issues
5 years ago
Anders Jenbo
0b164be58a
📝 Merge optional features list
5 years ago
staphen
77767eab37
Fixed order of evaluation in SBmpLoadImage size allocation.
5 years ago
Trihedraf
07dc5b7cb7
Fix Typo in README.md
5 years ago
Anders Jenbo
aac2f2033a
📝 Make readme responsive
5 years ago
Anders Jenbo
aba0a8fc44
✅ Clean up name spacesage in tests
5 years ago
Anders Jenbo
efa5f3ecc7
📝 Adjust screnshot size
5 years ago
Anders Jenbo
3752eca470
📝 Split build instructions in to it's own document
5 years ago
Anders Jenbo
7c6a1e5702
:note: Add a temp logo
5 years ago
Anders Jenbo
8f722d5beb
📝 Add note about things seen in screenshot
5 years ago
Anders Jenbo
69b11edace
[hellfire] 🐛 Apply the zen fix
...
Going over the change history of Hellfire and Diablo appears that the
difference was an early version of the fix from patch 1.07
5 years ago
Anders Jenbo
6617d5864d
📝 Update readme
5 years ago
Anders Jenbo
b53c624f59
💄 Change animal type color to yellow
5 years ago
Anders Jenbo
d2f8bf9f68
📝 Add changelog for 1.2.0 ( #1323 )
5 years ago