Anders Jenbo
0a16145594
Update build instructions
7 years ago
Anders Jenbo
a060dbecd9
Make sound_file_cleanup non fatal
7 years ago
Anders Jenbo
1656535c3a
Merge branch 'master' of github.com:diasurgical/devilution
7 years ago
Xadhoom
df55ce352c
Clarify glpMsgTbl and gdwMsgLenTbl
7 years ago
Xadhoom
466b245b6f
small fix
7 years ago
Anders Jenbo
3a775c739f
Both shift keys work in the original
7 years ago
Anders Jenbo
7a9f117f1a
Strip unused code
7 years ago
Anders Jenbo
9d44169ac7
multi_upgrade ( #583 )
...
* Clean up multi_upgrade
* Correct variable names
* Correct variable types
7 years ago
Anders Jenbo
b048de798a
SetMissAnim & SetMissDir ( #584 )
...
* Clean up SetMissAnim & SetMissDir
* Use enums for _miAnimType
* Use const for gdwMsgLenTbl & glpMsgTbl
7 years ago
Xadhoom
f661e6dffa
shift+left click working (without modifying engine)
7 years ago
Xadhoom
83928eb30f
Use modified SDL2 findscripts for CMake
7 years ago
Xadhoom
0332d81091
Unify including ../types.h everywhere; more fixes
7 years ago
Xadhoom
ac3eb11ad1
Fix stub macros
7 years ago
Xadhoom
98b8bd0d4f
Windows threads wrapper using SDL
7 years ago
Anders Jenbo
1ac067fb9b
More menu navigation
7 years ago
Anders Jenbo
003fb7cc24
clean up multi_mon_seeds ( #580 )
7 years ago
Anders Jenbo
518134dd33
Clean up SortSmith, SortWitch & SortHealer
7 years ago
Xadhoom
be85b3f9c5
64-bit clean items.cpp, lighting.cpp
7 years ago
Xadhoom
005e4f911a
Fixes and remove unused stuff
7 years ago
Anders Jenbo
1e4e826a36
Remove delta to devilution
7 years ago
Anders Jenbo
74e1d42f1c
Clarify some variable names
7 years ago
Anders Jenbo
617ff54b69
Correct mainmenu_select_hero_dialog names
7 years ago
Anders Jenbo
7e3889cc0b
Clarify some variable names
7 years ago
Anders Jenbo
69092e11c1
Fix msvc builds
7 years ago
Anders Jenbo
2e32ac5ee0
Replaced 'long' by 'LONG' and 'unsigned long' by 'DWORD' ( #576 )
7 years ago
Xadhoom
52a5e1923a
Bugfixes
7 years ago
Xadhoom
ccfcfe9cde
Replaced 'long' by 'LONG' and 'unsigned long' by 'DWORD'
7 years ago
Anders Jenbo
5b87336b9a
Fix flickering menu
7 years ago
Anders Jenbo
667fa631b6
Enable spinner
7 years ago
Xadhoom
5bb79ac245
Replace 'size_t' by 'unsigned int' in Stub/storm*
7 years ago
Xadhoom
1b5aca0c44
Merge branch '64bit'
7 years ago
Anders Jenbo
1cf2a057b0
Implement single player menu
7 years ago
Xadhoom
fa90e6720a
Revert random_ to random and remove extern "C" linkage
7 years ago
Xadhoom
454ba99701
Merge branch 64bit
7 years ago
Xadhoom
56b0734961
Switch diablo.cpp to upstream
7 years ago
Xadhoom
3dd6cf1671
First try, merge compiles, but immediate crash
7 years ago
Xadhoom
cadef0d942
Merge upstream branch 'devilution/master'
7 years ago
ApertureSecurity
8b21231a0e
Merge pull request #17 from diasurgical/menu
...
Main menu and hero selection screen are now px perfect
7 years ago
Anders Jenbo
937afed84b
Implement splash screen
7 years ago
Anders Jenbo
eac3f0ec7f
Load mpq in read only mode
...
This solves issues for people that have the mpq on read only media.
7 years ago
Anders Jenbo
3d392fc0f8
Implement splash screen
7 years ago
Anders Jenbo
75301e3cac
Load mpq in read only mode
...
This solves issues for people that have the mpq on read only media.
7 years ago
Anders Jenbo
475ad55182
Move all menu code to stub files
...
Lets us much more easily merge upstream
7 years ago
Anders Jenbo
238a6d6c2a
Move all menu code to stub files
...
Lets us much more easily merge upstream
7 years ago
Anders Jenbo
c0f0e2d25b
Add missing build files
7 years ago
Anders Jenbo
d4d5683d5b
Fix compiling on 64bit (only menu works)
7 years ago
Anders Jenbo
a258f0ede9
Enable 64bit builds
7 years ago
Anders Jenbo
1528845957
Implement hero select menu
7 years ago
Anders Jenbo
946cd47a24
Finish keyboard and mouse navigation for main menu
7 years ago
Anders Jenbo
1fd31b7df5
Fix menu audio
...
Ui code is moved to the correct file so that it is initialized after the
audio. This also rebases effects.cpp on the upstream as this fixes some
issues we where having. WinMain has also been rebased.
7 years ago