Commit Graph

10170 Commits

Author SHA1 Message Date
Imbris
34beb11557 Switch to for loops in default for_each_in (small perf increase), add inline to sprite methods (no perf change) 2021-10-10 02:42:07 -04:00
Imbris
6fb2e66dc1 Remove custom for_each_in from Chonk 2021-10-10 02:42:07 -04:00
Imbris
fb68bb3870 Make LiquidKind::merge as inlineable, remove always from TerrainGrid::for_each_in inline annotation 2021-10-10 02:42:07 -04:00
Imbris
3e84bb0669 Try marking VolGrid2d::for_each_in and friends as inlineable 2021-10-10 02:42:07 -04:00
Imbris
81d426f7a0 Try marking Chonk::for_each_in and related functions as inlineable 2021-10-10 02:42:07 -04:00
Imbris
685bcb5c62 simplify water/walls check code, interally iterate in chonks (but not
chunks)
2021-10-10 02:42:06 -04:00
Imbris
77a1fc26bd Refactor some of the terrain collision code, failed pre-emptive liquid check experiment 2021-10-10 02:42:06 -04:00
Imbris
3f3eb637c4 Do iteration check for snapping after checking the other conditions 2021-10-10 02:42:06 -04:00
Imbris
bfece25bba Convert water/walls check to the new iteration function 2021-10-10 02:42:06 -04:00
Imbris
c22636a4b8 Initial iterator optimization by using internal iteration at the vol_grid level, water/walls not switched over yet 2021-10-10 02:42:06 -04:00
antoniomuso
ab92c4d52f Make merchants send the player a trade request when interacted with 2021-10-09 21:14:01 +02:00
Joshua Barretto
af18c2590d Merge branch 'ubruntu/group-loot-notifications' into 'master'
Groups can see what each member picks up

See merge request 
2021-10-09 10:50:02 +00:00
ubruntu
ba9923c049 Groups can see what each member picks up 2021-10-09 10:50:01 +00:00
Joshua Barretto
2bdb052360 Merge branch 'imbris/dedup-chunk-gen-attempt' into 'master'
More robustly avoid duplicate chunk generation

See merge request 
2021-10-08 22:00:50 +00:00
Imbris
343a64e1b6 Merge branch 'devrique/add-catalan-catalonia' into 'master'
Add catalan (Catalonia) language translation

See merge request 
2021-10-08 20:42:46 +00:00
Imbris
dc1495afa8 Merge branch 'CapsizeGlimmer/centering-cursor-error-spam' into 'master'
Prevent "Error setting/centering cursor position" message spam

See merge request 
2021-10-08 20:29:25 +00:00
Imbris
5394ab16bb Submit chunk requests to the generator within the terrain system right before receiving new chunks, so that duplicate work is not done for chunks that just finished but were not yet added to the terrain. 2021-10-08 16:17:31 -04:00
Enrique AM
0a589ec255 Update CHANGELOG.md 2021-10-08 19:37:46 +02:00
GLawrence29
a60c19667e Add catalan (Catalonia) language translation 2021-10-08 19:37:46 +02:00
Imbris
8575661d28 Ensure cancelled chunks are not loaded into the terrain 2021-10-08 13:20:50 -04:00
Joshua Barretto
c531ce9fd3 Merge branch 'treeco/too-many-bees' into 'master'
Decrease beehive frequency on apple trees

See merge request 
2021-10-08 17:18:26 +00:00
Treeco
40f579d5ff Decrease beehive frequency on apple trees 2021-10-08 17:42:01 +01:00
Joshua Barretto
ff570f3c4c Merge branch 'zesterer/exploit-patching' into 'master'
Prevented double-spawning of chunks

See merge request 
2021-10-08 11:36:22 +00:00
Joshua Barretto
afc0fa0ffd Prevented double-spawning of chunks 2021-10-08 12:20:46 +01:00
Sam
e794758dad Csv export entity drops tool now has ability to export all entities at once. 2021-10-07 20:28:18 -04:00
Joshua Barretto
5fa753cf19 Merge branch 'zesterer/exploit-patching' into 'master'
Added minimum server-side chunk loading

See merge request 
2021-10-07 13:56:16 +00:00
Joshua Barretto
fa767246f3 Added minimum server-side chunk loading 2021-10-07 14:23:55 +01:00
CapsizeGlimmer
b0eb684d31 Prevent "Error setting/centering cursor position" message spam 2021-10-06 21:25:14 +00:00
Imbris
fe0954cb7d Merge branch 'imbirs/hud-map-tweaks' into 'master'
A few tweaks to the Hud map

See merge request 
2021-10-06 20:04:39 +00:00
Imbris
58c690f1d2 Remove map drag from the settings file since it is always reset when closing the map leaving little reason to persist it 2021-10-06 02:13:02 -04:00
Imbris
2983ab60ed Make map icons fade out quickly when near the edge of the map display 2021-10-06 01:37:11 -04:00
Treeco
e4c19bb2ec Merge branch 'treeco/new-trees' into 'master'
More procgen trees, large map fixes

See merge request 
2021-10-06 01:53:59 +00:00
Treeco
fa2486b3d6 Various map UI fixes for large worlds
changes `zoom` such that 1.0 means 1 Conrod unit = 1 chunk, rather than 1.0 meaning fully zoomed out
2021-10-06 02:26:58 +01:00
Treeco
6409bd1abb Fix large map loading 2021-10-06 02:26:58 +01:00
Treeco
6ae516e082 Procgen apple trees 2021-10-06 02:26:43 +01:00
Treeco
7fefaaaf7b Added mottled bark to birch 2021-10-06 02:26:43 +01:00
Treeco
93763c7e43 Procgen birches 2021-10-06 02:26:43 +01:00
Samuel Keiffer
10cadcd014 Merge branch 'sam/wiki-loot' into 'master'
Created csv export tool to get all item drops from an entity

See merge request 
2021-10-05 15:45:22 +00:00
Imbris
750f873bf3 Merge branch 'revert-17accd38' into 'master'
Revert "Merge branch 'ubruntu/par-entity-sync' into 'master'"

See merge request 
2021-10-05 15:10:57 +00:00
Imbris
7898af73c2 Revert "Merge branch 'ubruntu/par-entity-sync' into 'master'"
This reverts merge request 
2021-10-05 14:42:39 +00:00
Marcel
9579acc3ae Merge branch 'imbris/fix-reset-scissor' into 'master'
Make sure ui draw commands are cleared if the renderer's resolution changes

Closes 

See merge request 
2021-10-05 06:11:01 +00:00
Sam
8785ecfdeb Now outputs item names instead of item asset paths. 2021-10-04 21:46:19 -04:00
Samuel Keiffer
e322279f85 Merge branch 'ubruntu/enhance-campfires' into 'master'
Interactable campfires

See merge request 
2021-10-05 00:55:29 +00:00
ubruntu
e80079ed99 Interactable campfires 2021-10-05 00:55:29 +00:00
Joshua Barretto
ecc7fda80d Merge branch 'zesterer/shrubs' into 'master'
Shrubs (and water fixes)

See merge request 
2021-10-04 23:24:56 +00:00
Joshua Barretto
fb0325a80e Fixed water light extinction 2021-10-05 00:02:34 +01:00
Joshua Barretto
4169420328 Handle oceans and steep rivers gracefully, update changelog 2021-10-05 00:02:32 +01:00
Joshua Barretto
6af866ce50 Rebalanced boat speed 2021-10-05 00:02:03 +01:00
Joshua Barretto
28459ae27d Fixed sail boat thrust, removed dead water code, added comments 2021-10-05 00:02:03 +01:00
Joshua Barretto
631d8c6603 Cleaned up shrub implementation 2021-10-05 00:02:03 +01:00