Commit Graph

34 Commits (1ac752275c0e09fdb10f8dc29e4530ed7407bbbc)

Author SHA1 Message Date
peshomir acf79bcc9c Update v0.6.4.6 - Fix leaderboard filter bug, hovering tooltip improvements, update fixes 2024-06-05 10:47:09 +03:00
peshomir 8672f00ac1 Update v0.6.4.5 - Fix leaderboard filter desynchronization bug 2024-06-03 20:16:36 +03:00
peshomir 1014c1df67 Update v0.6.4.4; Fixed the leaderboard filter and donation history not being reset properly,
fixed the leaderboard tab buttons being unclickable on mobile unless you moved over them
2024-06-03 19:06:02 +03:00
peshomir 3db6d61262 Update v0.6.4.3 - Fixes for game versions ^1.94.6
Improved the build script code replacement errors: now the problematic raw code is shown too, previously it would just display a "no match" error for the regular expression;
Removed some old commented code from the build script;
In the build script, added constants for easy usage of otherwise long variable access expressions (like the playerId variable which is now a property of the "game" object, meaning you would have to reference the dictionary twice, which is long and repetitive; now you can just use the computed playerId constant)
2024-06-01 14:23:42 +03:00
peshomir 3537ffc9ad Update v0.6.4.2 - fix clan leaderboard parsing bug
- Changed most uses of playerNames to rawPlayerNames
- The leaderboard filter now uses the clan parsing implementation from the vanilla game
2024-05-22 21:48:44 +03:00
peshomir 9e45327969 Update v0.6.4.1 - Small hotfix to resolve issues with the hovering tooltip 2024-05-20 18:38:54 +03:00
peshomir 0e4ecbb36f Update v0.6.4 - Clan leaderboard and hovering tooltip
- Added a leaderboard filter with tabs "All" and "Clan"
- Added the "hovering tooltip" (constantly displaying the territory information normally visible when right clicking on the map) and an option to toggle it in the settings
- The absolute keybinds' value is now displayed as a percentage
2024-05-20 17:09:29 +03:00
peshomir ce2e2468fd Update v0.6.3.3; Fixes to the win counter
Fixed the win counter not counting wins correctly,
disabled win tracking for singleplayer games,
added a clarification in the settings menu about which wins are actually tracked (only solo multiplayer wins),
and fixed the win counter text in the main menu becoming black when the emoji or color picker were opened.
2024-04-11 12:19:26 +03:00
peshomir 5ec3a8e2eb Update v0.6.3.2; Fixes for game version 1.93.8
Links to the FX Client Discord server and the Github repostory have been added to the "Game Version" page in the "More" menu
2024-04-03 10:47:11 +03:00
peshomir 4b45939ce7 Update v0.6.3.1; Add colored density 2024-03-30 15:51:15 +02:00
Mohsen Taghavi 8d6b1f7ef8 f 2024-03-30 12:49:48 +03:30
peshomir a659fa6723 Move fx_core.js to a new "src" folder, fix small potential bug in the build script 2024-03-28 18:44:06 +02:00
peshomir 7c787e8799 Small changes to build.js 2024-03-27 21:40:34 +02:00
peshomir f4e8debce8 Fixes for game updates ^1.93.1; Update v0.6.3
Improvements to the build script:
Regular expressions can now be generated and used automatically just by providing raw code segments of the original and the modified code;
Dictionary expressions can be generated with a similar mechanism.

Other changes:
The settings controls are now programmatically generated;
Removed the custom font setting because this was added to the base game; "Trebuchet MS" is now the default font for that setting instead of "sans-serif";
Removed the "hide all links" setting (the "Hide Links" option was removed from the base game), this could be replaced with a new "hide links" setting.
2024-03-26 17:38:14 +02:00
peshomir 0fed20b940 Update v0.6.2.1
Donation history viewer and player list UI improvements,
fixed a bug with the donation history viewer
2024-03-10 20:58:56 +02:00
peshomir 674affb84e Update v0.6.2; Player density update
The territrorial density is now displayed below each player's/bot's name, this can be toggled in the settings
2024-03-08 13:08:20 +02:00
peshomir 5c934ce8fb Update v0.6.1.9
Improvements to player list UI,
the donation history viewer can now be opened from the player list,
fixed possible XSS vulnerabilities
2024-03-07 15:55:59 +02:00
peshomir bdde9e5ad5 Update v0.6.1.8; Add a player list 2024-03-05 22:29:17 +02:00
peshomir ad32a5b840 Update v0.6.1.5; Add web app manifest
and add a meta viewport tag to the html page
2024-02-25 15:06:23 +02:00
peshomir da9448eb1a Update v0.6.1.4
Add an option to set a custom background on the main menu,
disable the built-in territorial.io error reporting.
2024-02-24 20:38:37 +02:00
Mohsen Taghavi dfd8b5a628 replaced the code that removes the ads 2024-02-23 17:08:02 +03:30
peshomir 51f9651188 Update v0.6.1.3
Add a settings option to automatically use fullscreen mode,
add settings option to change whether the win counter is displayed.
2024-02-23 08:49:37 +02:00
Mohsen Taghavi 304e2fa5bd Ads will be removed via build.js now 2024-02-22 20:01:15 +03:30
peshomir abe562d3b5 Update v0.6.1.1
Custom keybinds settings UI improvements,
::-webkit-scrollbar css changes,
fix browser caching of the external files by including a build timestamp as a url parameter
2024-02-22 11:46:53 +02:00
peshomir 5fdf36ddad Update v0.6.1; Add keybinds 2024-02-21 21:58:22 +02:00
peshomir 091db4ddc8 Fix for game update 1.91.3
Made changes to the build script
2024-02-15 22:01:01 +02:00
peshomir c8d452610a Update 0.6.0.3
Make dictionary generation automatic;
Add colors to parts of the text in the donation history viewer;
Fix not being able to select text in the donation history window.
2024-02-06 19:29:40 +02:00
peshomir 404bb8547c Add logo to readme and make small changes to the content; Game update 1.90.0 2024-02-04 21:56:32 +02:00
peshomir f9ce6ab3b5 Update v0.6.0.2; Game update 1.89.8
Added Max troops and Density in the ingame side panel again;
Fixed donation history data not being reset between games;
Fixed localStorage win count name mismatch.
2024-02-03 22:36:22 +02:00
peshomir eb562650fd Game update 1.89.7 2024-02-02 18:03:09 +02:00
peshomir 35a0de00dc Game update 1.89.6 2024-02-01 16:54:44 +02:00
peshomir c906e80d78 Update v0.6.0.1
Donation tracking is back, now showing both received and sent donations; removed settings option to hide or show donations from bots, new options within the donation viewer itself will be implemented soon
2024-02-01 16:41:13 +02:00
peshomir eaa30677d2 Update build script for game version 1.89.5 2024-01-31 20:50:18 +02:00
peshomir dc5c9469ea Update v0.6; with automatic code replacement 2024-01-31 20:42:20 +02:00