-
Notifications
You must be signed in to change notification settings - Fork 794
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pixellight #559
Closed
Closed
Pixellight #559
Changes from 90 commits
Commits
Show all changes
103 commits
Select commit
Hold shift + click to select a range
155b5b7
blendtry1
qndel 9058f22
static lights attempt1
qndel 05c79f6
static lights attempt1
qndel fe456a7
before trying to use textures
qndel 38a3651
light PR
qndel c026c81
code cleanup
qndel be9629d
code cleanup
qndel 3fd803e
code cleanup
qndel 971c589
code cleanup
qndel e971145
code cleanup
qndel e58085a
code cleanup
qndel 8ae7504
fixed memory leak
qndel 8a3c04b
cut fps hole only if fps displayed
qndel 93a3838
static lights
qndel c5dcad8
fix travis error
qndel 44f4e0e
fix SDL1 build
qndel be6af23
fix static light jumping
qndel ac2459c
separate ui test
qndel 03cdc9f
separate ui test
qndel bb78514
separate ui test
qndel 33ee6f7
ui work in progress
qndel a744ccb
still doesnt work
qndel b3ae81e
almost works
qndel b7a2c9d
everything works except missiles
qndel 8ae1a05
fix shadows
qndel f1071ff
fix missiles jumping around
qndel 94e715f
fix light affecting black ui elements
qndel eff2605
add some spell colors
qndel 25074a6
use TILE_SIZE
qndel e54348f
fixed light being cut off
qndel ac38cf9
improve light formula
qndel b4efd54
blue color tweak
qndel 5e5950c
partially fix ui and stuff staying in main menu
qndel 8512ece
Merge branch 'master' of https://github.com/diasurgical/devilutionX i…
qndel 0463732
get rid of the fps stuff
qndel ecec16a
some cleanup
qndel 3453733
Merge branch 'master' of https://github.com/diasurgical/devilutionX i…
qndel 9e5e19c
Hackity hack hack
glebm 9ec77c1
Merge pull request #1 from glebm/pixellight
qndel 1bb6082
Merge branch 'pixellight' of https://github.com/qndel/devilutionX int…
qndel fe6d0a0
some code cleanup, fix compiling
qndel 5304c54
fix static lights on first load
qndel ab91502
remove SDL_Logs
qndel bb09beb
crappy fix, cant do better
qndel 986c2b1
everything fully works! - except cursor
qndel 04499d6
use unused variable to avoid modifying saves
qndel 9eae567
small fix
qndel 1db3a59
remove unused extern
qndel 9171d12
Merge branch 'master' of https://github.com/diasurgical/devilutionX i…
qndel 1b79376
merge
qndel 596036d
working shitcode
qndel afec01d
working shitcode
qndel a9c3c3d
everything works again
qndel 8e1fb0f
fix conflicts
qndel 8df54cc
fix build - define POINT
qndel 974bb74
cursor fully works
qndel 055d40b
rewrite red on pause/death
qndel bb9b998
fix light on lags
qndel bb54e16
rewrite light color map, apply to all missiles
qndel b6a0067
handle different arrows properly
qndel a5af9d4
staticLights into vector
qndel f17ba0e
fix some warnings
qndel e797a45
Merge branch 'master' of https://github.com/diasurgical/devilutionX i…
qndel b9ad301
revert at, doesnt work lol
qndel 927c569
saving to character - careful, might break char
qndel ca62251
restore formatting
qndel 3388741
restore formatting
qndel 82353d0
minor tweaks
qndel c7402b9
im done with this shit
qndel 25b9ab3
build fix
qndel 64ee8cf
fix monster light
qndel e9f789a
small tweaks
qndel be17cdd
Merge branch 'master' of https://github.com/diasurgical/devilutionX i…
qndel f6a442e
memory optimizations
qndel 721d2b6
formatting
qndel 3a37c18
adjust light position
qndel 27928c6
even less memory
qndel 8e52b39
Merge branch 'master' of https://github.com/diasurgical/devilutionX i…
qndel 7dbec08
Merge branch 'master' of https://github.com/diasurgical/devilutionX i…
qndel f2920ca
Merge branch 'master' of https://github.com/diasurgical/devilutionX i…
qndel 0750dda
fix merge conflict
qndel bfd7770
Merge branch 'master' of https://github.com/diasurgical/devilutionX i…
qndel 8663102
fix conflict
qndel 8c1e6d5
everything broke
qndel d9a17ec
restoring includes
qndel 534cb50
Merge branch 'pixellight' of https://github.com/qndel/devilutionX int…
qndel 1092c01
disable light if upscale 0
qndel e7bef88
disable light during screenshots
qndel 353e705
minor cleanup
qndel 83c5dff
poisoned water color / change light to lighten_only
qndel e93f166
enable light in town (WIP)
qndel dd32574
Merge branch 'master' of https://github.com/diasurgical/devilutionX i…
qndel 8be4d0c
light in town
qndel ead0adc
Merge branch 'master' of https://github.com/diasurgical/devilutionX i…
qndel 5b68cbf
Merge branch 'master' of https://github.com/diasurgical/devilutionX i…
qndel fee9c54
fix conflict
qndel 28fa025
fixed conflicts
qndel 83650e9
fixed conflicts2
qndel a572009
update enums
qndel d43a212
fix light
qndel ccecde6
fix space
qndel a25689c
move town light to new mpq in save
qndel 939c049
fix size
qndel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems this could use restoring tbuff to previous value after custom saving/loading ends, it didn't corrupt saves in this case but when moved to a different place, it would