Jump to content

Chewett

Root Admin
  • Posts

    28,528
  • Joined

  • Last visited

  • Days Won

    650

Everything posted by Chewett

  1. Spent a load of time working overtime for work, no MD today.
  2. Moved over logout to new webpack system 3 files changed, 18 insertions(+), 11 deletions(-) Minor tweaks to remove more warnings 1 file changed, 2 insertions(+), 1 deletion(-) Begun transferring world map to html5 5 files changed, 25 insertions(+), 6 deletions(-)
  3. 12 files changed, 254 insertions(+), 61 deletions(-) Ann. 4733 - [2019-08-20 00:16:11 - Stage 14] - Permalink - Posted By Chewett Another Flash bites the dust - Idle pageAnother page has been entirely converted to HTML5. The idle page now uses all HTML5 elements and all flash parts have been removed.This now holds the player avatar, activity bar, and player model code all in HTML5. The avatar and activity bar was already converted but now it also uses the player model recently added to the game.Another small step towards our flashless future.Chewett
  4. Took a day off today, busy cleaning the house and other stuff! Played a bit of stationeers to relax. Hope everyone is well!
  5. Oh yeah the other reason little progress was made was because I didn’t have power for most of today due to an outage, and when they put the area on a generator it kept being reset hourly losing power for minutes at a time not entirely conducive to programming with a laptop with no battery! fingers crossed it’s all been fixed!
  6. Today I was out most of the day but I spent some time tonight working on the idle page. Its a relatively self-contained page which is ripe for moving over to the new system entirely. Only some work has been done, I hope to do the rest tomorrow. 12 files changed, 453 insertions(+), 113 deletions(-)
  7. Thats not related but something to fix.I will do that thanks!
  8. I have some ideas, all of the puzzles I am thinking of shouldnt pose too much of a problem. Will need a custom scene type but thats not hard.
  9. MD Player Dummy + Armour converted to HTML5 This is my example testing page now added to MD. It needs minor tweaks to handle some bad armour but that will be Wednesday and possibly deployment Wednesday or Thursday depending how long that takes. Added the new player model code 9 files changed, 384 insertions(+), 1 deletion(-) Tweaked how we handle the code when there is no css on the page 1 file changed, 7 insertions(+), 1 deletion(-) Big progress!
  10. "If you have an impossible problem, give it to an idiot. They are too stupid to know that it cant be solved" *grins madly*
  11. It was originally intended but was broken! This update fixed it but may not be what we want. Opinions are welcome
  12. [2019-08-12 01:27:09 - Stage 14] Posted By Chewett New caching system in test with the right barOver the past week I have moved over the entire right bar set to use a new type of Javascript loading/caching called webpack.It should provide us with a lot of functionality including, but not limited to:* Minification - aka it parses all the JS and makes it smaller* MVC - Allows easier abstraction of controller logic for better MVC* Code sharing - Using ES6 modules and imports really makes code sharing easy* Intelligent caching - The smart caching means that it will split files served based on static analysis of the codebase. This means it will intelligently group files that a user needs on all pages. This will result in fewer requests for Javascript and should speed up things.This is quite a big change which will need more testing but it looks pretty good so far. Please test out the sidebar and report any issues. If over the next week everything looks good I will merge everything into MD's master code.Once this is proven to be working I will start converting over the flash elements we haven't changed to use the new system. Once everything but the scenes are converted I will focus on them.
  13. Today's Progress: Moved over the public inventory display and abstracted more common code 7 files changed, 101 insertions(+), 86 deletions(-) Moved over publiclog 3 files changed, 42 insertions(+), 36 deletions(-) Moved over publiclogs and questlogs 2 files changed, 8 insertions(+), 6 deletions(-) Fixed up [redacted] page 3 files changed, 39 insertions(+), 23 deletions(-) Added samedna page and improved others 7 files changed, 82 insertions(+), 57 deletions(-) Added sameplace for new system 4 files changed, 51 insertions(+), 6 deletions(-) Tweaked bar spells a little 1 file changed, 8 insertions(+), 5 deletions(-) Tweaked tokens page 2 files changed, 4 insertions(+), 3 deletions(-) Upgraded the webcam page 3 files changed, 38 insertions(+), 14 deletions(-) removed bad page 1 file changed, 27 deletions(-) [webpack c23fd939] Added the wishtop [redacted] stuff 5 files changed, 64 insertions(+), 24 deletions(-)
  14. Found an exciting bug that made the inventory page reload every two seconds, forever! That really caused performance issues A really good set of progress today along with fixing some really bad bugs similar to the one above. Gonna go sleep now, dont feel so well atm Changelog for today: Removed file that is no longer needed 1 file changed, 16 deletions(-) Cleaned up adventure page 1 file changed, 36 deletions(-) Cleaned and moved over adventure page 1 file changed, 5 insertions(+), 5 deletions(-) Moved over another adventure page 1 file changed, 6 insertions(+), 15 deletions(-) Fixed issue with [redacted] 1 files changed, 1 insertions(+), 1 deletion(-) Moved over [redacted] for [redacted] 3 files changed, 128 insertions(+), 81 deletions(-) Cleaned up [redacted] 1 file changed, 6 insertions(+), 122 deletions(-) Fixed up [redacted] 1 file changed, 40 insertions(+), 72 deletions(-) Fixed up dev status 1 file changed, 5 insertions(+), 2 deletions(-) Tweaked the dream page 1 file changed, 4 insertions(+), 2 deletions(-) Moved over friendtop to new system 4 files changed, 59 insertions(+), 12 deletions(-) Moved over global messaging system 1 file changed, 8 insertions(+), 4 deletions(-) Fixed heads control interface for to new system 1 file changed, 123 insertions(+), 112 deletions(-) Converted inventory to new system 3 files changed, 237 insertions(+), 142 deletions(-) Fixed issue with general string function that had a long standing bug 1 file changed, 1 insertion(+), 1 deletion(-) Moved over top item page to new system 3 files changed, 72 insertions(+), 12 deletions(-) Added [redacted] to list 4 files changed, 70 insertions(+), 7 deletions(-) configured new system for smarter caching options 1 file changed, 3 insertions(+) Moved over online page 3 files changed, 53 insertions(+), 4 deletions(-) Moved over [redacted] 1 file changed, 4 insertions(+), 4 deletions(-)
  15. Let me make it clear to everyone. I haven't spent months reworking MD to just "give up certain scenes". Fuck that. Today I have spent most of the day on MD and I feel with the new cache we are making miles of progress. Its faster and easier to share code across the Javascript Layer which will have major benefits coding it. Worst case scenario, we rebuild specific scenes from the ground up. And thats literally the worst case.
  16. Never!
  17. Started work on converting the right bar over so its easier to work with. Once this all works I will begin the flash elements on the sub pages. Fixed undefined index problems 2 files changed, 14 insertions(+), 6 deletions(-) Moved achievements page to the new system 12 files changed, 106 insertions(+), 35 deletions(-) Final tweaks for lho tools 3 files changed, 7 insertions(+), 14 deletions(-) Added new system to active top list 4 files changed, 100 insertions(+), 32 deletions(-)
  18. Disabled battle logging code for various players no longer under investigation * Cleaned up a lot of old code * All PHP5 mysql functions removed for PHP7 56 files changed, 146 insertions(+), 1043 deletions(-) Begun work on caching system needed for Flashless MD. 4 files changed, 93 insertions(+), 40 deletions(-) Work with creature page and new caching system begun 6 files changed, 32 insertions(+), 11 deletions(-)
  19. Tuesday and Wednesday 7th, 8th AUG - 254 files changed, 1008 insertions(+), 2456 deletions(-) Work done today has been mostly to move towards PHP7
  20. Fang is correct, Mur fudged creating them and gave them the wrong age
  21. Whats an unfixed bug?
  22. Obviously But thanks for the reminder.
  23. Oh yeah @Blackshade Rider you are free to participate too since you wont be choosing the winners. Best of luck!
  24. Oh yeah, If you cant get the avatar you want to colour please send me a PM
  25. All rewards should be distributed
×
×
  • Create New...