netuttki

netuttki pushed to master at netuttki/glife

2 months ago

netuttki pushed to master at netuttki/glife

  • e6ae44f68d Fixed the bug with home status check. Removed the numeric value check for now.

2 months ago

netuttki pushed to music-0.9.4 at netuttki/glife

  • fd89b3da18 Merge branch 'origin/planned-september-update' into music-0.9.4
  • 359940d886 Whitespace and apostrophe fix that were not merged from master.
  • 3ab4aa514b Merge remote-tracking branch 'origin/master' into planned-september-update
  • 5a5e17aaa0 Merge remote-tracking branch 'origin/master' into planned-september-update
  • 65dda43bf9 Merge branch 'planned-september-update' of https://git.tfgames.site/netuttki/glife into planned-september-update
  • View comparison for these 69 commits »

2 months ago

netuttki pushed to planned-september-update at netuttki/glife

  • 359940d886 Whitespace and apostrophe fix that were not merged from master.

2 months ago

netuttki pushed to music-0.9.4 at netuttki/glife

  • b8920a20f8 Merge remote-tracking branch 'origin/master' into music-0.9.4
  • 9b70edd43a Fixed type: `set_gadukion_prostitute` -> `set_gadukino_prostitute`
  • ee68473435 Merge remote-tracking branch 'Kevin_Smarts/master'
  • 43f444b05b [changed/fixed] cheatVars['time_format'] follows the same format as the other cheatVars. This fixes the issue that the cheatmenu wouldn't set/display the time_format correctly at the start and after the first click
  • 0849046b58 Merge remote-tracking branch 'master/master'
  • View comparison for these 22 commits »

2 months ago

netuttki pushed to planned-september-update at netuttki/glife

  • 3ab4aa514b Merge remote-tracking branch 'origin/master' into planned-september-update
  • 9b70edd43a Fixed type: `set_gadukion_prostitute` -> `set_gadukino_prostitute`
  • ee68473435 Merge remote-tracking branch 'Kevin_Smarts/master'
  • 43f444b05b [changed/fixed] cheatVars['time_format'] follows the same format as the other cheatVars. This fixes the issue that the cheatmenu wouldn't set/display the time_format correctly at the start and after the first click
  • 0849046b58 Merge remote-tracking branch 'master/master'
  • View comparison for these 50 commits »

2 months ago

netuttki pushed to master at netuttki/glife

  • 9b70edd43a Fixed type: `set_gadukion_prostitute` -> `set_gadukino_prostitute`
  • ee68473435 Merge remote-tracking branch 'Kevin_Smarts/master'
  • 43f444b05b [changed/fixed] cheatVars['time_format'] follows the same format as the other cheatVars. This fixes the issue that the cheatmenu wouldn't set/display the time_format correctly at the start and after the first click
  • 0849046b58 Merge remote-tracking branch 'master/master'
  • 741534aa0e [changed] updated descriptions for Mira's schedule
  • View comparison for these 13 commits »

2 months ago

netuttki pushed to master at netuttki/WLife-New

  • a2d084402b One variable name was incorrect, fixed it. ` $wl_whore['nipple_piercing'] = 1 gs `wl_whore['piercing_nipples']` -> `wl_whore['nipple_piercing']`
  • dec57a8fac Updated the version compatibility to 0.9.4
  • 83622e775e Saveupdater now moves the old piercing variable values to the new ones.
  • f5a66fc9ee The tongue piercing image was asking for a nipple piercing image.
  • f5497476d8 Fixed the nipple piercing variable - its a number not a string now.
  • View comparison for these 5 commits »

2 months ago

netuttki pushed to master at netuttki/WLife-New

  • daf4721b2e Updated to use `pcs_hotcat` instead of `hotcat`.

2 months ago

netuttki pushed to master at netuttki/glife

  • af5117681a Buggy comment - reminder `//` is not qsp friendly. :/

2 months ago

netuttki pushed to master at netuttki/glife

  • 256a6d4534 Fixed the name used for prostitution at every location. Fixed the name used for prostitution at every location, including the gas station and the road between Pavlovsk and St. Petersburg.
  • 26b96f2d3f Merge remote-tracking branch 'Kevin_Smarts/master'
  • b7ca8c293e Merge remote-tracking branch 'Anjuna/master'
  • 40c100e5c1 [fixed] gadukino prostitution didn't set $used_name, leading to empty texts. Reported by Vladzilla
  • 05cd70ef34 [fixed] typo in the owned variables. Caught by Netuttki
  • View comparison for these 7 commits »

2 months ago

netuttki pushed to master at netuttki/WLife-New

2 months ago

netuttki pushed to music-0.9.4 at netuttki/glife

  • 4556e0da7e Merge remote-tracking branch 'origin/master' into music-0.9.4
  • 44500bdb02 Merge remote-tracking branch 'Kevin_Smarts/master'
  • aeff8607ff Added to check for Sveta being homeless.
  • ea457914d2 Replaced numeric values with the new constants Instead of `0`,`1`,`2`,`3`,`4` using `NO_ACCESS`, `RENTED`, `OWNED`, `TENANTS`, `ACCESSIBLE` introduced in the parent commit.
  • c388beb669 Merge remote-tracking branch 'Anjuna/master'
  • View comparison for these 793 commits »

2 months ago

netuttki pushed to master at netuttki/glife

2 months ago

netuttki pushed to master at netuttki/glife

  • aeff8607ff Added to check for Sveta being homeless.
  • ea457914d2 Replaced numeric values with the new constants Instead of `0`,`1`,`2`,`3`,`4` using `NO_ACCESS`, `RENTED`, `OWNED`, `TENANTS`, `ACCESSIBLE` introduced in the parent commit.
  • 16a1768f02 Refactoring the `set_access` code - I think it's easier to read now. Tried to make it easier to consume. Introduced 5 new variables to use for the access codes instead of the numeric values: ``` NO_ACCESS = 0 RENTED = 1 OWNED = 2 TENANTS = 3 ACCESSIBLE = 4 PURCHASED = 5 ``` Added some comments to make it clearer why some things are done.
  • View comparison for these 3 commits »

2 months ago

netuttki pushed to master at netuttki/glife

  • 43f43d63da Blocking access to homes was broken - probably while adding 'homeless' It didn't always set the new access status correctly. Wanted to review it and refactor anyway, will do that now.

2 months ago

netuttki pushed to master at netuttki/glife

  • 76e6f303b3 Removed the check for money block the Pavlovsk drug dealer The drug dealer at Pavlovsk train station was not accessible unless the player had at least 1500 in cash. This didn't make sense as everything costs under a 1000 except cocaine. Removed the check completely, no the drug dealer can always be found after the player learns its location.

3 months ago

netuttki pushed to music-0.9.4 at netuttki/glife

  • c1334574ba Does my head in, submodule thing creeping back

3 months ago

netuttki deleted branch condom_change at netuttki/glife

3 months ago

netuttki deleted branch drug_changes at netuttki/glife

3 months ago