squidcc
7c1d00d15c
Finish cleaning player.cpp ( #365 )
...
* clean RespawnDeadItem
clean PM_ChangeLightOffset
Clean PlrDeadItem (exact)
* fix typo in PlrDeadItem
* Fix PM_ChangeLightOff (exact)
* Fix remaning issues with RespawnDeadItem
8 years ago
galaxyhaxz
8a7f5eca14
Fix Fireball Collision
8 years ago
galaxyhaxz
cd82710607
Fix __int64 in missiles ( #380 )
8 years ago
galaxyhaxz
395adc3c6b
Minor fixes ( #379 )
8 years ago
galaxyhaxz
c775439589
Cleanup "loadsave.cpp" ( #376 )
8 years ago
Anders Jenbo
fff0a9161c
movie.cpp ( #378 )
8 years ago
Anders Jenbo
79faf4a3c4
Update .travis.yml
8 years ago
Anders Jenbo
f269f4561b
PlaySFX_priv, stream_play ( #371 )
...
* PlaySFX_priv, stream_play
* Fix build warnings in player.cpp
* Clean up FreeMonsterSnd
* Added more enums and defines for sound and effects.
8 years ago
galaxyhaxz
6ee4d0dad0
Cleanup L5roomGen ( #372 )
8 years ago
squidcc
b9eca92474
pfile cleaning #2 ( #373 )
...
* clean GetSaveDirectory and pfile_read_hero
clean pfile_open_save_archive
clean pfile_archive_contains_game
clean pfile_get_player_class
clean pfile_get_file_name
clean GetTempSaveNames
clean GetPermSaveNames
clean pfile_update
clean pfile_init_save_directory
clean pfile_write_hero
clean pfile_open_archive
clean pfile_flush_W
* add stub for mpqapi_update_multi_creation_time
8 years ago
galaxyhaxz
eabad93e09
Cleanup "DRLG_L5" ( #368 )
8 years ago
Anders Jenbo
5df6a0d771
Sound.cpp ( #353 )
...
* Clean up of sound.cpp
* Fix builds that don't support max()
8 years ago
Anders Jenbo
0152a03f6e
Merge pull request #370 from AJenbo/effects.cpp
...
effects.cpp
8 years ago
Anders Jenbo
afbe7a5ffa
sfx_stop, InitMonsterSND, FreeEffects, PlayEffect and calc_snd_position
8 years ago
squidcc
4b7c3fed3e
add header files to project ( #367 )
8 years ago
squidcc
df89dd7333
more pfile cleaning ( #356 )
...
* clean pfile_check_available_space
clean pfile_get_save_num_from_name
clean pfile_encode_hero
clean pfile_get_save_path
clean pfile_flush
clean game_2_ui_class and game_2_ui_player
* type fix-ups
8 years ago
galaxyhaxz
9be6af68c4
Cleanup L5FillChambers ( #364 )
8 years ago
squidcc
51bfa2353b
Use quest enum values ( #362 )
...
* add/assign enums related to Black Mushroom quests
* plug in more quest enum values
8 years ago
Anders Jenbo
489c25ceac
RemovePlrFromMap ( #352 )
...
* RemovePlrFromMap
* Move PM_DoNewLvl to the correct position
8 years ago
Andrew Dunstan
ae703ea7b0
make PosOkPlayer bin exact
8 years ago
galaxyhaxz
85b66032d2
Merge pull request #361 from galaxyhaxz/DRLG_PlaceMiniSet
...
Cleanup DRLG_PlaceMiniSet
8 years ago
galaxyhaxz
d440b06f2a
Cleanup DRLG_PlaceMiniSet
...
Another thanks to the Beta, although it had a few slight differences that took awhile to figure out
8 years ago
galaxyhaxz
0c0194fdeb
Cleanup "drlg_l1.cpp" ( #354 )
8 years ago
Anders Jenbo
837119d581
Merge branch 'master' of github.com:diasurgical/devilution into nightly
8 years ago
Anders Jenbo
00fb9ef714
Merge pull request #179 from nomdenom/cp-sizeof
...
Use sizeof() for memset()
8 years ago
Anders Jenbo
54a764e2ea
Merge pull request #358 from squidcc/DoHealOther
...
make DoHealOther bin exact
8 years ago
Andrew Dunstan
344d259066
make DoHealOther bin exact
8 years ago
squidcc
4ed6d83265
fix regression in DrawSpellList() that caused only the first 1/4 spells to be drawn ( #355 )
...
fix places where sTownSpell was still being cast to DWORD
change SpellData::sTargeted to BOOL, fix spelldata[] definition to use TRUE/FALSE
8 years ago
galaxyhaxz
e0684b5056
Merge pull request #350 from galaxyhaxz/L5tileFix
...
Cleanup L5tileFix (drlg_l1.cpp)
8 years ago
nomdenom
4bb6bde99b
Use sizeof() for memset()
...
I checked that the sizes do match. (+1 squashed commits)
8 years ago
Anders Jenbo
465f2a56bd
Clean up InitPlrGFXMem ( #341 )
8 years ago
Anders Jenbo
b7dfcf5ed5
Clean up CheckPlrSpell ( #339 )
8 years ago
Anders Jenbo
d0f620f0b2
Clean up CreatePlayer ( #343 )
8 years ago
Anders Jenbo
ff2f0bf8ab
Clean up ProcessPlayers ( #347 )
8 years ago
Anders Jenbo
a8e6691f54
RestartTownLvl ( #348 )
8 years ago
squidcc
e2adda15ff
fix function declarations (and some cosmetic changes) in preparation for pfile cleanup ( #351 )
8 years ago
galaxyhaxz
59f1d2ba6b
Merge pull request #346 from galaxyhaxz/diabloui
...
Fix "DiabloUI" for GCC + disclaim.cpp
8 years ago
galaxyhaxz
8c985ae8bf
Cleanup L5tileFix (drlg_l1.cpp)
...
Bin exact. Thanks to the beta.
8 years ago
Anders Jenbo
8e2360d462
Clean up PM_DoGotHit ( #345 )
8 years ago
galaxyhaxz
1a2a695967
Fix "DiabloUI" for GCC + disclaim.cpp
...
Implemented disclaim.cpp, you can now call it to show the Battle.net Beta disclaimer (kinda funny).
DiabloUI now has preliminary support for compiling under GCC. Just have to update the Makefile
8 years ago
Anders Jenbo
5931fbe1f9
Enum ( #340 )
...
* Use MAX_PLRS in player.cpp
* Use WALK_NONE in player.cpp
* CMD_WALKXY
8 years ago
galaxyhaxz
cf10dadb91
Correct function names in "encrypt.cpp" ( #344 )
8 years ago
galaxyhaxz
6bbc127179
Fix signature of WReadFile
8 years ago
galaxyhaxz
fb18d6ddd5
Merge pull request #342 from galaxyhaxz/shafix
...
SHA1ProcessMessageBlock bin exact
8 years ago
galaxyhaxz
2bc06ccb9a
SHA1ProcessMessageBlock bin exact
8 years ago
Anders Jenbo
d62683c891
Clean up MakePlrPath ( #321 )
8 years ago
Anders Jenbo
74a9bc11e3
Merge pull request #338 from squidcc/nightly
...
fix typo in DrawAutomapType
8 years ago
Andrew Dunstan
9491d51ec4
fix typo in DrawAutomapType
8 years ago
Anders Jenbo
0c667ff9b8
Clean PosOkPlayer ( #320 )
8 years ago
squidcc
49af056b14
Clean DrawAutomapType ( #299 )
...
cosmetic name corrections
8 years ago