Jmgr
|
c33182d6de
|
Modernize deprecated headers
|
5 years ago |
Anders Jenbo
|
5fdb9ce459
|
🎨 Format code
|
5 years ago |
Anders Jenbo
|
997c1dba55
|
🚚 Split up all.h in to proper header relations
|
5 years ago |
Anders Jenbo
|
f450d6a125
|
🚚 Move defines to there proper files
|
5 years ago |
Anders Jenbo
|
2732aea1b2
|
♻️ Use GameInfo instead of individual globals
|
5 years ago |
Anders Jenbo
|
61244c4d93
|
♻️ Rearange and apply more enums
|
5 years ago |
Anders Jenbo
|
93d42b62b8
|
♻️ Change BOOL to bool
|
5 years ago |
Anders Jenbo
|
4ee84aea1a
|
♻️ Change BOOLEAN to bool
fixup BOOLEAN
|
5 years ago |
Anders Jenbo
|
b1ffdca0a3
|
♻️ make better use of enums
|
5 years ago |
Anders Jenbo
|
433edc63ea
|
♻️ Consistently use pragma once to guard the headers
|
5 years ago |
Anders Jenbo
|
bfb3c11c2b
|
🎨 Change namespace to devilution
|
5 years ago |
Anders Jenbo
|
630e507f63
|
🚚 Apply namespace
|
5 years ago |
Anders Jenbo
|
bc3dc545da
|
🔥 Remove unused parts of game creation logic
|
5 years ago |
Juliano Leal Goncalves
|
800dbce066
|
♻️ Move options-related structs to new 'options.h' file
|
5 years ago |
Anders Jenbo
|
fbd86cd3c5
|
🎨 Mark noreturn functions as such
|
5 years ago |
Anders Jenbo
|
a69a76941e
|
♻️ Clean up InitCutscene
|
5 years ago |
Anders Jenbo
|
f2140688e7
|
Load and save all ini values the same way (#1260)
|
5 years ago |
Anders Jenbo
|
72ebba0591
|
🚩 Implement -j debug command
|
5 years ago |
Anders Jenbo
|
d9c1bc4579
|
♻️ Clean up debug options
|
5 years ago |
Anders Jenbo
|
d2a10a717e
|
♻️ Renmae "Enable All Quests for Single Player" to !"Randomize Quests"
|
5 years ago |
Anders Jenbo
|
9edea1b968
|
🔧 Make network port configurable
|
5 years ago |
Juliano Leal Goncalves
|
1bf3fd6f35
|
🚩 Add ini toggle for displaying monster type. Disabled by default.
|
5 years ago |
Trihedraf
|
a4c34112af
|
🚩 Add ini toggle for FPS Limit. Enabled by default. (#1165)
|
5 years ago |
Trihedraf
|
049b9325c4
|
Add ini toggle for All Quests for Single Player. Disabled by default.
|
5 years ago |
Anders Jenbo
|
2b053a9a9a
|
♻️ Compact option struct definition
|
5 years ago |
Anders Jenbo
|
def2253386
|
♻️ Move monster.h related structs and enums and apply propper types
|
5 years ago |
Juliano Leal Goncalves
|
6ec679319e
|
🚩 Add ini toggle for auto-equip item sounds. Disabled by default.
|
5 years ago |
Juliano Leal Goncalves
|
103cde53ff
|
♻️ Make options struct hierarchical
|
5 years ago |
Juliano Leal Goncalves
|
eef97eaabb
|
🚩 Add ini toggle for auto-equipping jewelry. Disabled by default.
|
5 years ago |
Juliano Leal Goncalves
|
8bf5ef131e
|
🚩 Add ini toggle for auto-equipping shields. Disabled by default.
|
5 years ago |
Juliano Leal Goncalves
|
08eff92412
|
🚩 Add ini toggle for auto-equipping helms. Disabled by default.
|
5 years ago |
Juliano Leal Goncalves
|
70db53644e
|
🚩 Add ini toggle for auto-equipping armor. Disabled by default.
|
5 years ago |
Juliano Leal Goncalves
|
b8a6e0ebfe
|
🚩 Add ini toggle for auto-equipping weapons. Enabled by default.
|
5 years ago |
Juliano Leal Goncalves
|
5f8545d1f0
|
💡 Standardize comments on 'Options' struct
Using '@brief' as all other comments for standardiation and moving them to above the properties makes them more refactor-friendly.
|
5 years ago |
Yuri Pourre
|
2351bb368d
|
QoL: Fill mana when speaking with Adria (#1143)
|
5 years ago |
qndel
|
2d055e3a2e
|
✨ Auto pickup gold
|
5 years ago |
Anders Jenbo
|
dd73ff2cf0
|
🚩 Add option for disabeling frindly fire (#1104)
|
5 years ago |
qndel
|
82ab76b22b
|
✨ Experience bar
|
5 years ago |
qndel
|
be895274dc
|
✨ Monster health bar
|
5 years ago |
Anders Jenbo
|
ff0bb98ea2
|
🚸 Close panels when hitting esc
|
5 years ago |
Anders Jenbo
|
fe0295fa2e
|
🚩 Move barbarian and bard test options to the ini
|
5 years ago |
Anders Jenbo
|
39999791b3
|
Revamp ini options and sync in multiplayer
[NetMsg]
F12=Now you DIE!
F11=Here's something for you.
F10=Follow me.
F9=I need help! Come Here!
[Game]
Speed=50
Fast Walk=1
Grab Input=0
Theo Quest=0
Cow Quest=0
[Audio]
Sound Volume=0
Music Volume=0
Walking Sound=1
[Graphics]
Fullscreen=1
Fit to Screen=1
Scaling Quality=2
Integer Scaling=0
Vertical Sync=1
Blended Transparency=1
Gamma Correction=100
Color Cycling=1
[Diablo]
Intro=0
[Hellfire]
Intro=0
SItem=
[Phone Book]
Entry1=127.0.0.1
[Network]
Bind Address=0.0.0.0
|
5 years ago |
Anders Jenbo
|
36a196389b
|
Fix remaning basic compiler errors and warnings
|
5 years ago |
qndel
|
b707b09b18
|
fix compiling (#1029)
|
5 years ago |
Anders Jenbo
|
327042c2e5
|
Strip out debug features from the release builds
leveldebug and lightmax still remains
|
5 years ago |
pionere
|
f5c1079d6f
|
eliminate unused code
|
5 years ago |
FluffyQuack
|
790c8e17e5
|
Implemented blended tranparency
|
5 years ago |
Anders Jenbo
|
d20eddf48e
|
Unifcy a chunk of Hellfire's code pathts
|
5 years ago |
Anders Jenbo
|
f884d8b06a
|
Fix more compiler warnings
|
5 years ago |
Anders Jenbo
|
b7883d3682
|
Fix macOS builds
|
5 years ago |