Skip to content

Releases: ethanmoffat/EndlessClient

EndlessClient 0.9.011

27 Apr 15:00
0f2b155
Compare
Choose a tag to compare

Changes:

  • 0f2b155 Merge pull request #188 from ethanmoffat/bard
  • 1335b1c Separate Emote from Attack in CharacterAnimator
  • 512ed1a Ensure CharacterRenderer is not updating textures every single frame
  • aafaa13 Add support for bard music. Player can click to play harp/guitar notes, and notes played by other players will be played.
  • bfb045f Rate limit bard dialog input based on update tick
  • bea0e27 Update instrument attacks to render as ranged weapons instead of melee weapons
  • 3b8b042 Show bard dialog when using the bard spell
  • fc5b486 Add SfxPlayer and loading of SFX files in content provider
  • e13bb5a Merge pull request #185 from ethanmoffat/skillmaster_dialog
  • a8989cb Finish implementing skillmaster dialog
See More
  • ea276ef Packet handling and domain changes for forgetting skill and resetting stats
  • 3a6ff4c Actually show dialog for confirming learning of skill
  • fbe9366 Implement skill learning and packet handling for skill learn error
  • e29ec80 First pass re-implementation of skillmaster dialog (initial state)
  • fbcdbc2 Domain model and packet handling for skillmaster dialogs
  • d12b7a1 Remove GameStateProvider as dependency of TextInputDialog
  • 55b90c2 Fix windows-only code warnings in ReleaseGameRunner
  • 7ca095a Remove unused old ItemTransferDialog
  • 4700b28 Merge pull request #183 from ethanmoffat/spell_casting
  • 6fd8fd0 Fix mouseover for spell panel items while scrolling in panel
  • 18840b8 Fix moving spell while scrolling in panel (no longer hides dragging icon)
  • 914b138 Ensure spell inventory uses preferred slot from config file if it exists
  • d9f835b Reduce character SP when attaccking or casting spells
  • aab32ba Throw if the Packet Handler component is ever removed from the game's components
  • e57aadb Ensure spell cast shout stops when appropriate
  • b48ed13 Make spell cast frame render for slightly longer
  • 59d635b Fix rearranging of spell icons in active spells panel (drag+drop)
  • 094eac5 Fix casting of self target spells and anything bound to F8
  • a5bc32d Check TP/SP requirements before casting a spell
  • ae959e8 Add handling for PK spells
  • 7e2809e Ensure invalid spell targets do not attempt a spell cast
  • 7f45d64 Don't prepare the spell for group target if not in a group. Immediately cast group target spell.
  • 47faba6 Target others with spells
  • 8272314 Fix spell targeting to use NPC index instead of ID
  • 07b9f5e Implement casting for self-cast spells
  • 7550935 Ensure newly added spells don't render rows beyond scroll limit when first logging in to the game
  • bc7aa0b Refactor how spell selection is handled. Use a repository to track which spell is in which slot, which spell is selected, and if the spell is prepared for casting.
  • 7aad651 Merge pull request #182 from ethanmoffat/active_spells
  • 4792118 Implement handler for StatskillTake for learning skills
  • bbe6283 Update selection logic and label/level up property changes for active spells
  • 40bcd01 Packet handling for training a spell
  • d951cb9 Remove old spell icon/panel code
  • e9bd17b Interaction with active spells (except for leveling up)
  • e06e750 Initial display of spell icons in active spells panel
  • 8141961 Move Spell Icon stuff to Old namespace. Prep for rewrite
  • 6f6a54f Fix main character render position when logging in to a sitting character
  • 6e8b354 Update version to 0.9

This list of changes was auto generated.

EndlessClient 0.8.017

11 Apr 00:38
56d71d3
Compare
Choose a tag to compare

Changes:

  • 56d71d3 Merge pull request #179 from ethanmoffat/clickable_map_entities
  • 749a333 Clicking adjacent square no longer walks two squares
  • a3e4d9f Show NPC name in status bar when clicking the NPC
  • 3e0b86e Use Single() in place of erroneous accessor for dialog titles
  • 4fb9f5c Prevent clicks on map NPCs behind context menu items from triggering both context menu and NPC click handler
  • 43de64b Ensure E/Q buttons for HUD use transparent background
  • 8ed1699 Don't reset quest NPC. Fixes title bug where quest shows multiple dialogs
  • 0d3ff9c Ensure clicks don't trigger multiple handlers
  • 0afed66 Ensure clicking a sign does not invoke the MouseCursorRenderer click handler
  • b0e6f14 Add check for clicks based on the bounds of the graphic associated with a map sign
See More
  • 6c05472 Merge pull request #178 from ethanmoffat/bank
  • 8975081 Implement bank account dialog with Withdraw/Deposit/Upgrade actions
  • 96c2cce Packets for bank account open, deposit, withdraw and locker storage upgrade
  • 45b097f Merge pull request #176 from ethanmoffat/locker
  • 04d42e6 Prevent interaction with map stuff when clicking in an open dialog
  • 63b4416 Show/interact with locker dialog
  • 14503ab Move packet handlers for shop out of Interact namespace
  • 9d694e0 Packet structure for locker family of packets
  • e91e102 Extract ChestActions out of MapActions
  • a707282 Merge pull request #175 from ethanmoffat/fix_chest_key_check
  • 36ce0af Make clicking a chest validate keys. Re-use validation code from walking into a chest. Ensure key name is displayed properly.
  • 808a435 Merge pull request #174 from ethanmoffat/chest_dialog
  • 85a0de2 Support add/remove/update of chest
  • de86fa5 Show chest dialog and load initial items
  • c7cdebe Handle packet for opening chest
  • 188b9c0 Refactor UnwalkableTileActions to not send packets directly. Move sending of packets for door/chair into appropriate domain model actions classes.
  • 291e930 Update MapCellState to hold optinal chest key instead of chest object
  • b7f95ee Merge pull request #173 from ethanmoffat/quest_history_progress
  • 750ba3e Add Session EXP dialog
  • 5baee0d Implement display of quest progress/status
  • bf61e2d Add more sizes to ScrollingListDialog (preparation for quest history/progress).
  • 02583ae Render shadows from slightly farther away. Prevents large shadows from suddenly popping in
  • 60e69f5 Fix bug where quest NPC dialog caused a crash because the requested NPC was never set
  • 4037a11 Migrate quest history/progress packet handling to new paradigm
  • 5e344b6 Merge pull request #170 from ethanmoffat/quest_dlg
  • 7924191 Disable click to walk when target cell has a character or npc
  • 927c60d Don't show empty dialogs if there is no response from the server when interacting with an NPC
  • 64511fa Fix click handler for non-hyperlink ListDialogItem
  • e3e0be0 Fix formatting for status label text when earning EXP
  • 096db72 Ensure status label shows message when doing stuff in a quest
  • a8b8a81 Fix quest item change handlers to update inventory correctly when items are added/removed via quest
  • ca9599e Reimplement quest dialog
  • dc51324 Fix ListDialogItem click causing hyperlinks to be clicked twice
  • 722530a Update ScrollingListDialog to support more buttons/sizes. Preparation for supporting smaller scrolling list dialog size.
  • 6397611 Implement network actions for opening quest dialog and responding
  • ca9611f Reimplement Message_Open handler for setting status label from quest
  • 574fb4f Merge pull request #169 from ethanmoffat/shop
  • 97a6e1f Fix logic for picking stuff up
  • 8ff8ad0 Allow drop/junk from inventory if a dialog is open
  • bbd72f1 Add logic for crafting items from shops
  • 89f6d9a Make sure stale shop data isn't shown when opening new shop after previous shop has been opened
  • 5f4eda4 Don't show craft icon if there is nothing to craft in the shop
  • d434e89 Add logic for buy/sell of items from shops
  • 55e231b Update 8.75pt font to be 9pt. Makes text look a little nicer and less blurry.
  • 4bf92a6 First pass of opening/rendering shop dialog. Todo: action for buy/sell/trade items
  • 499c27d Make ShopCraftHandler constructor public
  • 6aa0ff2 Migrate shop packet family to new handlers/actions
  • 8820813 Add packets for requesting shop and handling data about shop
  • 6eddceb Extract paperdoll request into PaperdollActions in new EOLib.Domain.Interact namespace
  • 78bcdcf Update version to 0.8

This list of changes was auto generated.

EndlessClient 0.7.051

01 Apr 23:13
781de8e
Compare
Choose a tag to compare

Changes:

  • 781de8e Merge pull request #167 from ethanmoffat/paperdoll_drag
  • 2162c7d Drag to/from inventory panel to equip/unequip. Follows semantics of original client.
  • 86a0cf9 Implement drag to paperdoll to equip
  • 14188b3 Ensure Paperdoll is not click/dragged when an inventory item is dragged over it
  • 769fa69 Update credit in ChatProcessor
  • a452c4f Ensure dialogs do not stay open when switching away from PlayingTheGame game state
  • ba0b8da Merge pull request #166 from ethanmoffat/emotes
  • 80f6272 Extract drunk/afk emote logic from CharacterAnimator into separate PeriodicEmoteHandler hud control
  • dba8410 Add periodic emote for AFK players
  • a66f9cc Use newly added pub record property for drunk time to set timeout for how long a character stays drunk
See More
  • 1279f47 Test exp reward item type
  • ac42e7c Implement drunk action from using beer types items. Implement drunk text transformation
  • 32d71e5 Show warning when trying to attack with ranged weapon and arrows aren't equipped
  • 0e9e7e1 Fix ranged attack skin rendering on female characters
  • 4601f70 Handle level up emote. Ensure emote plays unconditionally when Recover_Reply is received (with updated level) to emulate original client behavior.
  • 2bcf1ce Implement emotes from client side (face/emote renderer already existed). Remove old emote related code.
  • 2b81c32 Merge pull request #162 from ethanmoffat/139_item_actions
  • 4023c43 Reduce number of inventory items updated to only items with changed amounts
  • 97dfc6c Extract validator services out of InventoryController for drop/equip of items
  • 83727d7 Fix bug where used slots weren't cleared between logins
  • 015b7db Show karma string on stats panel
  • 6f7c952 Implement RecoverReply handler
  • 232cfb1 Test and implement all usable items except beer / exp reward
  • 9ce93e4 Fix PaperdollDialog crash for unset class ID
  • 07d5019 Implement UseItem client action and quest item handlers. Remove old item related network code
  • 1c51aed Implement item junk from inventory
  • 3f6ee12 Implement item drop. Drop supported via drag to map renderer or drop item button.
  • 6cebd7b Add ItemTransferDialog and factory
  • 307fa01 Move equip/unequip to ItemActions. Create InventoryController to reduce scope of InventoryPanel. Method inject InventoryPanel into PaperdollDialogFactory to prevent cyclical dependency via constructor injection.
  • e3ba04a Move UseItem to ItemActions
  • e671401 Set JailMap during login
  • 4491547 Create ItemActions. Move JunkItem from MapActions to ItemActions.
  • 06e6c29 Merge pull request #158 from ethanmoffat/inventory
  • 852ffeb Merge branch 'master' into inventory
  • 8459c42 Fix update of inventory panel weight label
  • ca5dc9d Fix online list packet translator for new InitReply enum values
  • 2ba0c86 Fix inventory save routine to ini file so that it doesn't persist old slot data for a character
  • 1d70706 Rename changed PlayerID property -> SessionID
  • a4b3c85 Merge pull request #156 from sorokya/mapinfo-packets
  • 0e81e93 allow NPCs to still appear while connected to EOSERV/ETHEOS
  • db82164 only clear unknowns if the packet was sent successfully
  • f909bb2 return true instead of false when adding unknowns
  • a4f5f93 remove default constructor from NPCFromPacketFactory
  • 3e5279d Make MapWarpState readonly for provider
  • 0532a5e remove blank lines
  • 4b0758b Add UnknownEntitiesRequester to game
  • b2d72c5 Store unknown Players/NPC in MapState repository
  • 278c31f Request map info for new characters/npcs in the walk reply
  • 2803ca9 Create NPCFromPacketFactory
  • 31cc6d9 Read ClassID in CharacterFromPacketFactory
  • 0ba65eb Rename AutoRefresh to CharacterMapInfo
  • f74780a Merge branch 'master' into inventory
  • 2d113e7 Remove stale inventory-related code
  • b47c2db Implement InventorySpaceValidator
  • 622ce06 Extract repository for inventory slots
  • b7e3540 Extract ItemNameColorService for getting colors for item name labels in inventory/map
  • 5d01f6e Fix render order of inventory item name labels. Fix display of inventory item background outside the bounds of the inventory grid.
  • e5b6c1b First-pass implementation of drag+drop in inventory
  • fa9898d Add Save to IniReader
  • dfe4ec6 Merge pull request #152 from sorokya/select-character-with-keyboard
  • 36ca945 Merge branch 'master' into select-character-with-keyboard
  • f8a2ad0 Merge pull request #150 from sorokya/update-session-id-logic
  • e727b88 Switch to IsKeyPressedOnce
  • cc56416 Do character login by pressing number for character
  • 08a9b2b Overwrite character id with player id when logging in
  • 23b4e49 rename playerID->sessionID
  • 13011a3 remove extra async/await when requesting files from server
  • c7cabc7 remove AddShort overload
  • 546fe80 re-add warp specific map requester
  • 3c7929d Drop sessionID from player info repository
  • 763a76c create overload for AddShort that accepts ushort
  • c7fe494 Update Packet test fixture to use byte for InitReply rather than char
  • 2a700df remove un-needed cast
  • ba4226d implement session id for login actions, warping, and file request service
  • 16b6953 Swapped ClientID to PlayerID
  • e792aff Merge branch 'master' into inventory
  • 8701325 Handle item equip from inventory via double-click
  • bacb8b2 Set paperdoll info for main player on login
  • 02c0245 Remove unused dependencies from LoginActions
  • 4a54404 Remove unused paperdoll repository from LoginActions
  • 4eb4cd0 Merge pull request #153 from sorokya/reset-chat-on-login
  • 8792597 Add TODO commend
  • 483023c Clear all chats unconditionally
  • d2b2961 Clear chat on login
  • 7336c97 Display of items in inventory panel
  • 04d7450 Implement inventory panel skeleton. No inventory items are rendered yet.
  • 5fa705f Merge pull request #123 from ethanmoffat/fix_perf_pregame
  • 8a7a7f3 Update readme/contributing
  • 5343f80 Fix mouse cursor not showing properly on NPC wall tilespecs
  • 44420e8 Direct copy pixel memory from image instead of saving to memory stream
  • 5ee2f46 Load empty character info panels are part of content loading. Reduces delay when switching to LoggedIn game state
  • 4c822df Abstract content manager away from consuming classes
  • 8cbdc19 Merge pull request #122 from ethanmoffat/paperdoll
  • f2bb8a6 Add support for equip/unequip item packets and responses. Unequip items from paperdoll when right-clicked in the dialog.
  • d93c57c Move right-click detection to character renderer. Makes it easier to get a right-click action
  • cf4c2c3 Make PaperdollData into a dictionary keyed on EquipLocation
  • cf4d279 Add context menu renderer. Implement paperdoll, PM, friend, and ignore actions for context menus.
  • 1adb207 Clean up old PaperdollDialogItem controls when updating paperdoll data
  • 97eb1e9 Show paperdoll equipment icons
  • fde266c...
Read more

EndlessClient 0.6.006

18 Mar 15:53
e3af7b3
Compare
Choose a tag to compare

Changes:

  • e3af7b3 Merge pull request #118 from ethanmoffat/immutable_pub
  • 771735f Add coverage for testing serialization/deserialization of pub record implementations
  • a3bc199 Make existing pub file tests more generic
  • 96b22f7 Add test coverage for BasePubFile methods. Improve constraints on pub modifications and add record insert operation
  • c5d0a19 Add WithName method
  • 0b668f7 Fix build in remaining projects
  • fd738a8 Fix errors in EOLib/EndlessClient due to refactor
  • e682dcf Improve test coverage for new pub file stuff
  • 75e7f41 Make pub files/records immutable. Separate serialization of pub files/records into separate serializer objects. Use generic approach to data storage for pub records. EOLib.IO(.Test) builds and tests pass.
  • efce006 Move PubRecordProperty to EOLib.IO.Pub
See More
  • d50bbb9 Merge pull request #117 from ethanmoffat/localization_dataencoder
  • 2b66e6f Merge branch 'master' into localization_dataencoder
  • c1a7d30 Add test coverage for encoding data files
  • 575d869 Fix crash bug encoding data files
  • cf4e545 Fix existing tests
  • 3e87c32 Update version number
  • 8783687 Merge pull request #116 from Septharoth/finish-pub-spec
  • 0e94781 Update pub record tests
  • a417f78 fix ItemElement ItemElementPower
  • 2c258e8 Rename Unk values in pub records
  • fc83caa cast SpellType to int when serializing
  • e207ae4 Update PubRecordProperty with full pub spec
  • b1cab3d Update ESFRecord with full ESF Spec
  • 161609e Update ENFRecord with full ENF Spec
  • b971de3 Update EIFRecord with full EIF spec
  • 19384e4 Introduce separate (I)EDFLoaderService for loading EDF file content. Make IEDFFile immutable
  • fc1f1f7 Extract DataEncoderService from packet encoding to EOLib.IO
  • c7facbb Merge pull request #115 from ethanmoffat/minor_fixes
  • 1acdd75 Two map serialization bug fixes that caused certain maps to always be re-downloaded on first load due to length mismatch.
  • 4d7787c Update map serialization to store row IDs for GFX rows that contain zero elements. Fixes login bug where certain maps would always be redownloaded due to mismatched expected length.
  • d1b9dea Fix crash in click to walk
  • 16f8405 Add option to rewrite CRC when saving a file (default: ON). EndlessClient turns this off when requesting files from the server.
  • 5356fc4 Fix rendering of unreadable characters in map signs

This list of changes was auto generated.

EndlessClient 0.5.002

10 Mar 08:23
e5a3118
Compare
Choose a tag to compare

Changes:

  • e5a3118 Merge pull request #114 from ethanmoffat/eolib_nuget
  • 361accf Rev version to 0.5.x
  • 7e377ed Disable XML doc generation. Publish nugets to platform-specific artifact names
  • b74a0f4 Fix file filter for exluding test projects
  • 069a647 Fix copy nuget task. Try different file path specification for only EOLib projects assembly version
  • f84df27 Fix filename filter when setting assembly versions
  • 191cdf0 Suppress warnings for missing XML doc comments
  • 5967b78 Set assembly version for all assemblies. Create packages for only EOLib.* projects (excluding tests). Copy/publish nuget packages
  • d24ad23 Set description for each EOLib package and remove AssemblyInfo
  • 57956c6 Update pipeline to only set assembly info/packaging for EOLib.* projects (excluding tests)
See More
  • 1a5c309 Add Assembly-Info-NetCore task to set assembly/package versions to build number
  • cd86d37 Merge pull request #113 from ethanmoffat/animation_fixes
  • 0302959 Chat bubble overhaul and simplification. Fixes render order issue where chat bubbles were drawn on the same layer as their owner. Chat bubbles are now drawn on top of all map objects.
  • 3253382 Fix for chat bubble positioning. Fixes for figuring out top pixel of character/npc.
  • 7c178c2 Move handling for click to move to character animator. Consolidates walk logic to animator. Remove ClickWalkPathHandler and fix crashes when attempting to click in a diagonal due to changes to how animation works.
  • e96cb13 Player walk handler updates other player position/direction if they aren't walking
  • a10e8fb Fix rendering of other characters
  • 6c5cd65 Fix rendering of Overlay2 layer. Tested on map 4 (temple) and 76 (jail)
  • 04ef7ff Make F12 redraw the ground layer. Allows player to refresh ground tiles if there is an error drawing them
  • a37ecfd Update character renderers to take into account destination coordinates when walking. Fixes display bug where weapon would render underneath wall when walking.
  • fdc848d Update character collection to use key/value store keyed on character ID instead of a hashset of character objects. Simplifies code when querying for a character or checking if it exists by ID
  • a767c16 Add more bounds checking to collections. Prevents a number of crashes
  • 114e6e4 Prevent main character from trying to walk to an unwalkable tile
  • bcc1a70 Prevent character that is walking from starting attack animation
  • 82e9d2e Fix animation speed for attacks.
  • e84cfe9 Fix main character attack animation speed.
  • 4e0b1f2 Add flag to config for main clone support (default: off). Updated PELoaderLib to support main clone EGFs
  • 8734c3a Fix other character walk animations
  • 2ceeff5 Character/NPC animation improvements/bugfixes

This list of changes was auto generated.

EndlessClient 0.4.014

04 Mar 06:29
8fb279f
Compare
Choose a tag to compare

Changes:

  • 8fb279f Merge pull request #111 from ethanmoffat/fixup
  • b80ff5c Fix login for player IDs greater than short.MaxValue due to sign extension
  • 44cb872 Change game state before showing login busy dialog when logging in. Ensures dialog can be closed.
  • 9e37d65 Fix reading of optional byte when listing characters for character select
  • 70a5a8d Remove unused number encoder field from LoginRequestGrantedPacketTranslator
  • db100eb Merge pull request #110 from ethanmoffat/gameserver_support_2
  • fee5887 Update bot helper for character management calls
  • 85a271a Support GameServer for character create/delete operations
  • 74ee1a2 Fix sign extension issue when encoding 2-byte number for packets. Converting short back to ushort before it gets extended to int fixes the problem.
  • 5b3e02e Fix handling of CONNECTION_PLAYER when sending response to GameServer
See More
  • 0ee4532 Support creating accounts with GameServer.exe. Works inconsistently.

This list of changes was auto generated.

EndlessClient 0.4.009

25 Feb 06:36
96d472e
Compare
Choose a tag to compare

Changes:

  • 96d472e Merge pull request #109 from ethanmoffat/gameserver_support
  • 9498d6e Fix tests (use Select to cast to byte instead of Cast())
  • 078ebb4 Minor fixes to PacketDecoder
  • a85c830 Login path compatibility with GameServer.exe. Support for official server software.

This list of changes was auto generated.

EndlessClient 0.4.005

12 Feb 18:16
92ee845
Compare
Choose a tag to compare

Changes:

  • 92ee845 Merge pull request #108 from ethanmoffat/eobot_error_handling
  • 8a7ba1d Ensure exceptions result in an error return code. Ensure errors from all bots are properly displayed.

This list of changes was auto generated.

EndlessClient 0.4.002

11 Feb 03:15
720aa58
Compare
Choose a tag to compare

Changes:

  • 720aa58 Merge pull request #107 from ethanmoffat/linuxdev
  • 0eac61f Rev version to 0.4.x
  • cd1ff4d Install fonts in pipeline on linux builds
  • 65f3c02 Fix file path separators for Linux in pipeline. Use different variable name than platform
  • 4052054 Use correct drop directory for publishing build artifacts
  • bf06878 Update pipeline to build windows and linux
  • 43bba8a Make EOBot debuggable from vscode on Linux
  • a021caa Fix casing in EOBot output directory
  • f56d5fd Use cross-platform ctrl+c handler for EOBot
  • d52a781 Add solution file for building on Linux
See More
  • a477871 Remove references to System.Drawing in EOLib.Graphics.Test
  • 7745fd4 Fix casing for expected directory in PEFileCollectionTest so it works on Linux
  • fbe53b6 Update XNAControls for bugfixes
  • 00bfe8e Don't crash when calculating chat type if message is null/empty
  • 36c44cd Add vscode launch/build configurations
  • a675f12 Use ImageSharp for image loading/transparency. Game runs on Linux again!
  • adc091b Make project build on Linux. Fix issue with HairClip shader being compiled for previous MonoGame version.
  • 794129b Update HairClip shader to be compiled with latest monogame
  • 5844315 Merge pull request #106 from ethanmoffat/convert_netcore
  • d171b11 Update output directories to be different for client, utils, lib, and test. Zip artifacts before publishing.
  • fc6a1a8 Fix quote issue
  • 90b7ea5 Add variable back
  • f404863 Try removing quotes around configuration argument
  • 4ae89cb Properly pass configuration to tasks
  • 76bc973 Ensure build configuration is set on dotnet core tasks
  • ed9bec2 Try specifying full path to copy directories
  • 5d065ff Use default versions of nunit/test packages. Fixes issue with test filter not working
  • d9461d0 Use Build.SourcesDirectory instead of System.WorkingDirectory
  • 64525ec Install .net core runtime for monogame content builder task
  • aa19acb Rev version to 0.3.x
  • ad04201 Use dotnet build in yaml pipeline
  • 28b8672 Fix incorrect backbuffer size
  • b026cbf Update project file to remove automatically added files and build content as part of the pipeline. Reference updated XNAControls.
  • c6bbafd Make tests run with dotnet test command
  • c6022ff Restore output paths to previous scheme
  • 1b092e2 Convert BatchPub/PacketDecoder to sdk style projects
  • 40fb1d1 Convert EndlessClient to sdk style project. Remove references to LINUX compilation symbol
  • c36d64b Use sdk projects for EOLib.Graphics
  • 27d3f9b Retarget platform from x86 to any cpu
  • d136bbb Migrate EOBot and library projects to .netstandard/.net 6
  • 3897910 Remove EOCLI project
  • 6bbc99c Fix bug in 'if' evaluation where else blocks wouldn't be skipped if the first 'if' condition was true
  • 3f3ace5 Fix parameter checking in functions (copy/paste error)

This list of changes was auto generated.

EndlessClient 0.2.002

07 Feb 07:15
1bf93e2
Compare
Choose a tag to compare

Changes:

  • 1bf93e2 Merge pull request #105 from ethanmoffat/env_and_retcode
  • b98a7c9 Rev version to 0.2.x
  • 284ac1b Fix if evaluation when skipping blocks with more than one newline after
  • f418d5f Fix extended help case if user-defined args contains "help"
  • 940e3cc Use consistent method for checking validity of arguments
  • a0b6dec Add error, getenv, and setenv functions. Reduce code duplication in FunctionEvaluator.
  • 3ddd16e Merge pull request #104 from ethanmoffat/improve_control_flow
  • 63fd84c Fix whitespace
  • 05e05e8 Fix edge cases for newlines when evaluating/skipping a block
  • 15395a2 Hack to make block skipping work on single-statement ifs
See More
  • f9d38b6 Fix block skipping for single-line if statements without curly braces
  • 14cf50d Support else if / else in if blocks
  • aec22de Make detection of '!' token more consistent with other operator tokens
  • 4dcefef Support double (or more) not operator
  • 714dd6a Add support for ! operator in boolean expressions
  • b96007f Extract EvaluateSingleOperand helper method in expression evaluator
  • 3b4a8c3 Add support for true/false keywords
  • fc07b10 Merge pull request #103 from ethanmoffat/bot_script_objects
  • 9b138a4 Define $mapstate object
  • 463e8b3 Add definition for predefined character object
  • 48aad2d Fix infinite loops in BotTokenParser when looping through characters and EOF is reached
  • 8c696e4 Define $account object for access in scripts. Add object type that evaluates members at runtime when they are called.
  • 5264b3e Add 'object' data type support. Create objects and dynamically assign/reference members
  • c009218 Reuse code for accessing a variable or an array index

This list of changes was auto generated.