Author Topic: Liberty Unleashed Issues List [0.1.0.16]  (Read 23623 times)

Theremin

  • Full Member
  • ***
  • Posts: 154
  • Karma: +48/-18
  • Worst Server Owner
    • View Profile
    • Visit my YouTube channel
Re: Liberty Unleashed Issues List [0.1.0.16]
« Reply #60 on: December 04, 2015, 12:57:09 am »
I'm having the same problem. If I set weatherlock off via Server.conf it actually starts changing only after several cycles, i.e. I set the update time to 60 seconds, server opened with time set to 12:00, weather starts changing at 04:00, same thing if I set weather to update each 10 seconds, it will still start changing when it reaches 04:00.

SugarD

  • Argonath RPG Dev/Manager
  • Tester
  • Sr. Member
  • ****
  • Posts: 820
  • Karma: +37/-75
  • STOP IN THE NAME OF THE COLESLAW!
    • View Profile
    • Clan Xperience
Re: Liberty Unleashed Issues List [0.1.0.16]
« Reply #61 on: December 04, 2015, 05:40:46 am »
I'm not sure if this is the issue, but it could be that the weather is indeed changing, but it is changing to the same weather, hence no noticeable difference.

Ankris

  • Full Member
  • ***
  • Posts: 110
  • Karma: +29/-44
    • View Profile
Re: Liberty Unleashed Issues List [0.1.0.16]
« Reply #62 on: December 29, 2015, 08:28:20 pm »
[issues]
GUIWindow.Remove(); // Doesn't remove
Some player markers are moving instantly from stadium (vpos 0 0 0) to current player pos (and viceversa)

[requests]
GUISprite.Remove();
Custom fonts.

This topic needs a update
« Last Edit: December 29, 2015, 09:45:29 pm by Ankris »

SugarD

  • Argonath RPG Dev/Manager
  • Tester
  • Sr. Member
  • ****
  • Posts: 820
  • Karma: +37/-75
  • STOP IN THE NAME OF THE COLESLAW!
    • View Profile
    • Clan Xperience
Re: Liberty Unleashed Issues List [0.1.0.16]
« Reply #63 on: December 29, 2015, 09:56:29 pm »
This topic needs a update
You'll have to PM the user if you want that done. It isn't an official topic, so there isn't much we can do, unfortunately.

Motley

  • Full Member
  • ***
  • Posts: 252
  • Karma: +32/-34
    • View Profile
Re: Liberty Unleashed Issues List [0.1.0.16]
« Reply #64 on: February 13, 2016, 09:28:25 pm »
I'm having the same problem. If I set weatherlock off via Server.conf it actually starts changing only after several cycles, i.e. I set the update time to 60 seconds, server opened with time set to 12:00, weather starts changing at 04:00, same thing if I set weather to update each 10 seconds, it will still start changing when it reaches 04:00.

Code: [Select]
weatherlock 0
weatherupdatetime 100

works fine

rwwpl

  • Full Member
  • ***
  • Posts: 126
  • Karma: +18/-6
  • LU-DM Team
    • View Profile
    • LU-DM Team
Re: Liberty Unleashed Issues List [0.1.0.16]
« Reply #65 on: June 05, 2016, 04:36:25 pm »
This topic needs a update
You'll have to PM the user if you want that done. It isn't an official topic, so there isn't much we can do, unfortunately.

This user not have time for updating this topic. But you can ;)

VRocker

  • Liberty Unleashed Developer
  • Administrator
  • Full Member
  • ******
  • Posts: 342
  • Karma: +43/-15
    • View Profile
    • Madnight Software
Re: Liberty Unleashed Issues List [0.1.0.16]
« Reply #66 on: June 05, 2016, 04:49:46 pm »
Or.. .you could just add them to mantis ;)

I may or may not have fixed one or two of the bugs listed in this thread yesterday.... *whistles*


Ankris

  • Full Member
  • ***
  • Posts: 110
  • Karma: +29/-44
    • View Profile
Re: Liberty Unleashed Issues List [0.1.0.16]
« Reply #67 on: June 05, 2016, 05:51:34 pm »
This topic needs a update
You'll have to PM the user if you want that done. It isn't an official topic, so there isn't much we can do, unfortunately.

This user not have time for updating this topic. But you can ;)

Posted the December 29, 2015, 08:28:20 pm
Last Active:   December 27, 2015, 04:25:37 pm

Or.. .you could just add them to mantis ;)

I may or may not have fixed one or two of the bugs listed in this thread yesterday.... *whistles*

If you fixes them then i will ;-; Mantis looks like just decoration right now
(Oh btw you could fix the GUI when is free'd, that makes my mind explode when I add UI stuff related and I don't think I'm the only one...)
« Last Edit: June 05, 2016, 05:53:55 pm by Ankris »

SugarD

  • Argonath RPG Dev/Manager
  • Tester
  • Sr. Member
  • ****
  • Posts: 820
  • Karma: +37/-75
  • STOP IN THE NAME OF THE COLESLAW!
    • View Profile
    • Clan Xperience
Re: Liberty Unleashed Issues List [0.1.0.16]
« Reply #68 on: June 05, 2016, 09:15:11 pm »
(Oh btw you could fix the GUI when is free'd, that makes my mind explode when I add UI stuff related and I don't think I'm the only one...)
What do you mean by fixing the GUI?

Ankris

  • Full Member
  • ***
  • Posts: 110
  • Karma: +29/-44
    • View Profile
Re: Liberty Unleashed Issues List [0.1.0.16]
« Reply #69 on: June 05, 2016, 09:26:52 pm »
(Oh btw you could fix the GUI when is free'd, that makes my mind explode when I add UI stuff related and I don't think I'm the only one...)
What do you mean by fixing the GUI?

Imagine a deprecated, not working properly mysql_free or trying to read a invalid memory region, inside of onScriptUnload. That happens always when you get disconnected from the server with GUI things like GUIProgressBar.

SugarD

  • Argonath RPG Dev/Manager
  • Tester
  • Sr. Member
  • ****
  • Posts: 820
  • Karma: +37/-75
  • STOP IN THE NAME OF THE COLESLAW!
    • View Profile
    • Clan Xperience
Re: Liberty Unleashed Issues List [0.1.0.16]
« Reply #70 on: June 05, 2016, 09:36:42 pm »
(Oh btw you could fix the GUI when is free'd, that makes my mind explode when I add UI stuff related and I don't think I'm the only one...)
What do you mean by fixing the GUI?

Imagine a deprecated, not working properly mysql_free or trying to read a invalid memory region, inside of onScriptUnload. That happens always when you get disconnected from the server with GUI things like GUIProgressBar.
Make sure you report that on the Mantis bug tracker.

Ankris

  • Full Member
  • ***
  • Posts: 110
  • Karma: +29/-44
    • View Profile
Re: Liberty Unleashed Issues List [0.1.0.16]
« Reply #71 on: June 05, 2016, 10:26:01 pm »
(Oh btw you could fix the GUI when is free'd, that makes my mind explode when I add UI stuff related and I don't think I'm the only one...)

What do you mean by fixing the GUI?


Imagine a deprecated, not working properly mysql_free or trying to read a invalid memory region, inside of onScriptUnload. That happens always when you get disconnected from the server with GUI things like GUIProgressBar.

Make sure you report that on the Mantis bug tracker.


http://mantis.liberty-unleashed.co.uk/view.php?id=107

 

© Liberty Unleashed Team.