Anders Jenbo
2a5a4859f3
Fix release builds
7 years ago
Xadhoom
0cf61cff5c
Finish removing SDL dependency from engine
7 years ago
Xadhoom
ccc941b1ce
Add BINARY_RELEASE option to CMakeLists.txt
7 years ago
Anders Jenbo
86b78a2ba5
Unstub init.cpp
...
- Internal version is now set correctly
- Much better error handeling for SDL
- mpq files must now be in the same folder as the exec
- Window name is now "DIABLO" like the original
7 years ago
Anders Jenbo
e7848c8192
Make debug less spammy
7 years ago
Anders Jenbo
eea41503f1
Implement more of the init, audio and video system
...
- Fix audio for videos with 8bit audio
- Allow muting music and audio
- Save audio volumns to ini
7 years ago
Xadhoom
781ae63ded
Start removing SDL dependency from devilution
7 years ago
Xadhoom
4d557709e0
Clean headers for network code
7 years ago
Xadhoom
af47577446
Begin restructuring headers
7 years ago
Xadhoom
97320781bd
Modernize CMake
7 years ago
Xadhoom
bde320a909
Merge branch 'master'.
7 years ago
Anders Jenbo
a050754339
Implement register and ini via Radon
7 years ago
Anders Jenbo
c2c0dd05f2
Fix saving and handeling missing ini section in Radon
7 years ago
Anders Jenbo
0712386427
Add Radon for ini parsing
7 years ago
Anders Jenbo
5fdd2fff3f
Quick fix for quick chat to avoid crash
7 years ago
Anders Jenbo
869988b539
Fix video playback for 64bit builds
7 years ago
Xadhoom
216f91bf90
Merge upstream branch 'devilution/master'
7 years ago
Anders Jenbo
c375d4bc08
Fix some minor bugs
7 years ago
Anders Jenbo
b5c7026b15
Not all animation combinations exists for player animations
...
This issue causes the game to look for 126 non existing animations
- Player always drops weapons when dying
- Player can only block if using a shield
7 years ago
Xadhoom
b8379e7187
Menu for TCP and UDP; enable difficulty selection
7 years ago
Xadhoom
7aeb6e3de4
Fix leaving and joining again
7 years ago
Xadhoom
c39e2a623b
Merge branch 'master'
7 years ago
Anders Jenbo
4c3511189c
Fix bad include
7 years ago
Anders Jenbo
447cec8355
Implement video playback via libsmacker
7 years ago
Xadhoom
4ac418104f
Start implementing TCP networking
7 years ago
Anders Jenbo
591cbc6d6d
Don't crash on invalid save games
7 years ago
Anders Jenbo
457f7ddecb
Add missing minwin file
7 years ago
Anders Jenbo
b47c6bcb19
Fix loading save games
7 years ago
Anders Jenbo
8306f653f2
Implement joining games by ip
7 years ago
Anders Jenbo
281ade83c2
Move select game logic to UiSelectGame()
7 years ago
Anders Jenbo
50809cb255
Clean up event code and hook up all cancle buttons
7 years ago
Anders Jenbo
72cfe8c37c
Merge branch 'master' of github.com:diasurgical/devilutionX into menu
7 years ago
Anders Jenbo
89c2b533cb
Implement ui layout framework
7 years ago
Anders Jenbo
c8a4ea0635
Update README.md
7 years ago
Anders Jenbo
97498617a8
Match res string to code
7 years ago
Robin Eklind
137f7389cc
LoadL1Dungeon almost binary exact
...
push 0 instruction swapped place
7 years ago
Anders Jenbo
2e63d135d3
Unload title animation
...
Reduces mem usage by ~1.5mb
7 years ago
Anders Jenbo
806f3e9902
Fix starting locale game
7 years ago
Xadhoom
3ad2c379e3
Restructure networking
7 years ago
Anders Jenbo
90466f3fbb
Correct art for all existing menus
7 years ago
Anders Jenbo
599936c9b2
Handle text input correctly
...
Also you can now paste test from the clip board
7 years ago
Anders Jenbo
a58e3af89a
Refactor menu navigation
...
This also implements fully accurate list navigation
7 years ago
Anders Jenbo
0ec174eb4b
Storm var names
7 years ago
Anders Jenbo
4b7519be8d
Fix overflow and small menu tweaks
7 years ago
Xadhoom
9ef0b862a6
Fix for dvlnet_null
7 years ago
Anders Jenbo
c8639729fe
Fix uninitialized array
7 years ago
Anders Jenbo
e54f4fbe15
Correct storm behaviour
7 years ago
Anders Jenbo
189c373c13
Correct var types
7 years ago
Anders Jenbo
10e8fd21d7
Fix crash in menu
7 years ago
Anders Jenbo
1b9254afd6
Implement UiSetupPlayerInfo an UiCreatePlayerDescription and SStrCopy
...
This gets up a bit closer to compiling in release mode
7 years ago