Enlarged the entry area to Lake Country Dragon Hangar (lake_country/dragon_hangar/hangar). Also made the flight to Brest have warnings about the dangers of leaving Brest.
2184 lines of code changed in 1 file:
Teach `configure` about newer versions of Python
Meanwhile, drop support for very, very old versions.
Reported by: Saru
Tracker: bugs/789
2 lines of code changed in 2 files:
Display core player stats on progress bars
Numeric stats for hp, mana, grace, food, and experience were displayed
on labels next to the progress bar. Instead, draw the information
directly on the progress bar widget.
This commit includes layout updates to GTKv1 and GTKv2. The rest of the
layouts should still work, but will eventually need updating.
1296 lines of code changed in 3 files:
Enlarged the entry area to Navar Dragon Hangar (navar_city/dragon_hangar/hangar). Also made the flight to Brest have warnings about the dangers of leaving Brest.
2187 lines of code changed in 1 file:
Enlarged the entry area to Stonveille Dragon Hangar (dragonisland/hangar). Also made the flight to Brest have warnings about the dangers of leaving Brest. Stair updates to Stoneville Dragon Hangar, Restricted Area (dragonisland/hangar2) to correct floor layout changes.
2263 lines of code changed in 2 files:
Fix price approximation for expensive items
12 lines of code changed in 1 file:
Remove unnecessary check
This check was moved to a different location due to the shop
refactoring, so this check here is redundant.
0 lines of code changed in 1 file:
Skip shop price adjustment when approximating
When calculating "you reckon" prices, the player should have no idea
what the shop is willing to offer. In game terms, the value of an item
doesn't depend on what shops will pay for it.
6 lines of code changed in 1 file:
Split up price approximation
42 lines of code changed in 1 file:
Overhaul shop prices
Adjust charisma and bargaining price multipliers and apply them only to
buy prices, capped at 50% base value. Fix sell multiplier at 50% base
value, subject to additional shop specialization and greed.
The charisma calculation no longer respects charisma bonuses set in the
'stat_bonus' file; this should be fixed in the future.
68 lines of code changed in 1 file:
Replace defgroup with enum for better debugging
46 lines of code changed in 1 file:
Remove unnecessary array allocation
1 lines of code changed in 1 file:
Check for an actual trailing newline
1 lines of code changed in 1 file:
Fix object_set_msg() to append missing newlines
13 lines of code changed in 1 file:
Change the value of unidentified items
6 lines of code changed in 1 file:
Reordered some includes to silence preprocessor warnings about including winsock2.h after windows.h.
26 lines of code changed in 7 files:
Fix types.
5 lines of code changed in 1 file:
Remove file deleted in r19726.
0 lines of code changed in 1 file: