Commit Log
-
Fix duplicate service in
OfflineBattleScreen
-
Add
speedUp
function toTypeTextBehaviour
... -
Replace background actions message box with screen-based window
-
Remove unused
states
directory and source files -
Remove trailing whitespace from all files
-
Add
OfflineTownMenuScreen
... -
Fix tiny bug when attempting to play empty sounds in
AtmosphereService
-
Add inventory helpers to
EntityHelperService
-
Fix
BattleAutomaticPlacementSystem
to not place same character multiple times -
Tidy up a couple of components
-
Add helper functions in CharacterMagicComponent ...
-
Rebuild how screens and panels handle transitions ...
-
Add new
ShiningOnlineScreen
base type for game screens ... -
Fix crash when calling
getLevelColour
with a negative number -
Update
GameLevelResource
to useStringTable
for storing strings -
Tidy up the UiBuilderService
-
Removed unused
StatusScreen
type ...
-
Tidy up a couple of requests and ui element builders
-
Fix how
FontStyleResource
loads resources -
Tidy up ui builder service ...
-
Extract a few more message strings from offline inventory screen
-
Add StringTableResource and use it to get strings on inventory screen
-
Update older UI screens to use newer functionality ...
-
Clean up RulesDb file
-
Remove all references to
pangolin.services
...
-
Remove deprecated menu screen ...
-
Fix popup menu to re-enable player input when leaving
-
Fix silly comparison bug
-
Clean up EntityHelperService
-
Clean up offline inventory screen to correctly handle message box ...
-
Add BorderedBoxElementBuilder
-
Update TableUiElementBuilder to handle alignments properly
-
Fixed a couple of bugs with equipping weapons and armour
-
Add font style support to table and text ui elements
-
Add default values for rules querying and add bool query
-
Add ScreenService reference to Subscreen
-
Remove unused services from quest and team panels
-
Update classic menu to support customisable tooltip styles ...
-
Remove text rendering from
BorderedBoxRequest
...
-
Summary: Remove unused build targets
-
Fix bug where icons weren't being cleared correctly ...
-
Add missing imports to client
-
Integrate offline screens with town
-
HUGE chunk of UI work ...
-
Update a bunch of UiElementBuilders
-
Add callback support to TypeTextBehaviour ...
-
Add visibility field to
UiElementStyle
-
Documentation fix for MoneyBoxRequest
-
Tniy tweaks to BorderBoxRequest and BorderedPanelRequest ...
-
Add background transparency support to ItemIconRequest
-
Add PortraitBoxRequest placeholder ...
-
Add
PixelScrollTableBehaviour
... -
Add row meta data to TableRequest element ...
-
Add jingle support to AtmosphereService ...
-
Add inventory helpers to EntityHelperService ...
-
Add empty background support to IconBuilderService
-
Add
ScriptEngineException
stub -
Add script backend for entering offline shops
-
Add script function backend for playing jingles
-
Add font style resource type ...
-
Add temporary font style helper to ResourceService ...
-
Update UiElementDefinition with some field value helpers ...
-
Update assembly_info.in.bmx to be processed by blam ...
-
Add common UI tasks to the SubscreenPalen ...
-
Add basic (and hard-coded) builder for table UI elements
-
Update
BorderedPanelUiElementBuilder
to hide title when not set -
Add basic
TableRequest
for rendering tables ... -
Add
UiElementRequest
type for graphical ui elements ... -
Add positioning helpers to MoneyBoxRequest ...
-
Allow MenuPanelRequest to hide/show its title
-
Allow BorderedPanelRequest to have a hidden title area
-
Remove unused code from CharacterSummaryPanel
-
Update inventory panel to use icon builder service
-
Update Soda UI serializer to support setting default values
-
Add rarity helper functions to IconBuilder ...
-
Updated text ui builder to support text alignment
-
Update
CharacterSummaryPanel
to correctly bind values -
Updated
StackedProgressBarUiElementBuilder
with more options ... -
Added ability for binders to support multiple fields ...
-
Added ability for stacked progress bars to resize ...
-
Add UI builder for stacked progress bars
-
Minor cleanup of the StoryService
-
Update textbox to support background images and instant text ...
-
Update
OfflineStatusScreen
to use new MoneyBoxRequest -
Add "MoneyBoxRequest" to wrap money box window
-
Allow title to be set on BorderedPanelRequest
-
Add component check to "addTeamMember" function