Anders Jenbo
5cd96dd1b6
Add git to Vita build server
...
This is reguired for fetching the version from the git tags
5 years ago
Anders Jenbo
911a682db7
Remove clone_depth from appveyor to let it find the version tag
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
be9f797806
Remove hardcoded config.h
5 years ago
Anders Jenbo
a85ffabc25
Fix Monk inventory in release versions of the game
...
Fixes #1081
5 years ago
Gleb Mazovetskiy
588458d500
Remove gpBufStart
...
Was only set once and used in one place since #964
5 years ago
Gleb Mazovetskiy
e5d7571ea7
Cleanup: Remove ENG_set_pixel function
...
Migrated to SetPixel
5 years ago
qndel
c45295463c
fix text scroll speed ( #1057 )
5 years ago
Gleb Mazovetskiy
0a6640397b
Fix two-handed weapons in inventory
...
Fixes #1070
Follow-up to #964
5 years ago
Anders Jenbo
47fc142d63
Correct operator precedence in RecreateItem
5 years ago
Gleb Mazovetskiy
bd18080c32
Fix CelBlitLightBlendedSafeTo
...
Follow-up to #964
5 years ago
Juliano Leal Goncalves
68f31ef0f6
🐛 Block buying "red" consumables with full inventory
5 years ago
Juliano Leal Goncalves
3de338e5b6
♻️ Pass item referece on SpecialAutoPlace
...
This simplifies and decouples the logic for determining the size of the
item from ambient variables and makes the function easier to use.
5 years ago
Juliano Leal Goncalves
aa89fb838d
Replace 'Left Click' with 'Left Mouse Button' on help screen shortcuts
5 years ago
Anders Jenbo
f87bc0ca8b
Clea up some duplicate item code
5 years ago
Juliano Leal Goncalves
c81a1efb55
Standardize colon alignment on text ( #816 )
5 years ago
Anders Jenbo
5cbcb1b8c5
[diablo] Fix unique item items morphing on new game
...
Fixes #441
_iCreateInfo was not cleared for unique items, given the right garbage
value this would cause them to morph. To fix existing save games we
check for CF_UNIQUE before recreating useful or town items.
5 years ago
Gleb Mazovetskiy
8283f85e24
Engine: Functions to render to any buffer
...
Refactor the rendering functions to allow rendering to any output
buffer.
New functions that accept a buffer have the `To` suffix.
The functions that render to the global buffer now always accept
coordinates.
5 years ago
Anders Jenbo
9a9f6b01a0
Allow up to 99 save games
...
Fixes #1061
5 years ago
Anders Jenbo
8cebb84475
Remove unused function
5 years ago
Anders Jenbo
3593266ef7
Converte all Levels when cross loading saves
5 years ago
Anders Jenbo
5035ac8062
Strip Hellfire items in Diablo sessions
5 years ago
Andi
df7ed584fd
biggest commit ever ( #1060 )
...
fixes leaving pepin
5 years ago
Anders Jenbo
7cf40d3c7c
Clean up missile function names
5 years ago
qndel
ba37c8618f
fixtypos ( #1053 )
5 years ago
Anders Jenbo
61729c1eb6
Clean up missile types
5 years ago
Anders Jenbo
c690d433af
Add damage calculation for Hellfire spells
5 years ago
Anders Jenbo
173d9c5b1d
Use sized types for network messages
5 years ago
Anders Jenbo
4d47d513ce
Implement Hellfire multiplayer saves
5 years ago
Anders Jenbo
f8f454c61d
[diablo] Automatiacally recive healing from Pepin
5 years ago
Anders Jenbo
4563ef4e83
[hellfire] Disable jogging by default
5 years ago
Anders Jenbo
70ca20b59f
Clean up Hellfire special cases
5 years ago
Anders Jenbo
b4e78c5e79
Remove some unused junk
5 years ago
Anders Jenbo
e73f31f104
Correct printing multiple requirements
...
Fixes #906
Fixes #1045
5 years ago
Epifanov Ivan
f49b55cbe1
Migrate to vitasdk
5 years ago
Anders Jenbo
36a196389b
Fix remaning basic compiler errors and warnings
5 years ago
Anders Jenbo
90d59998f2
Correctly handle mouse leaving the window
5 years ago
Anders Jenbo
0da09df7d6
Fix a few compiler warnings
5 years ago
Anders Jenbo
713f74e8d5
Implement Support menu
5 years ago
Anders Jenbo
a5ca521f0d
Fix item morphing in Hellfire
5 years ago
qndel
be0bdbe495
fix slain hero (and other stuff?)
5 years ago
Anders Jenbo
4909090d78
Update README.md
5 years ago
Anders Jenbo
4e8ea594cc
New titles
5 years ago
Ivan Epifanov
5f90a96b23
[vita] Add CircleCI suite for vita
5 years ago
Ivan Epifanov
1878d7fdd7
Fix touch-drag events
5 years ago
Ivan Epifanov
d76d52779a
Add control options
5 years ago
Ivan Epifanov
85be8ed77e
[vita] Speed up. Add option to disable back touch
5 years ago
Ivan Epifanov
ab20c6fd4c
[vita] Add L2/R2 on back touch
5 years ago
Ivan Epifanov
ccf87f3bf3
Disable SDL touch->mouse events
5 years ago
Ivan Epifanov
1e53f32049
[vita] Initial port
5 years ago