SpackledLanturn

SpackledLanturn 推送了 minor-fixes 分支的代碼到 SpackledLanturn/glife

  • 564a81dea1 [fixed] in trFatherMisha, split to code into sublocations to make it more readable and cut down on copypasting. also discovered and fixed a bug while doing this where no actions were displayed if the player refused their father's help at the shooting game
  • fcc381ddf6 [text edit] clean up trFatherMisha
  • 查看 2 次提交的內容比對 »

3 年之前

SpackledLanturn 推送了 minor-fixes 分支的代碼到 SpackledLanturn/glife

  • 82dad1a1b4 [text edit] typo in comment I just added

3 年之前

SpackledLanturn 推送了 minor-fixes 分支的代碼到 SpackledLanturn/glife

  • bf1a5c9dbe [fixed] followup to https://git.catrenelle.com/SpackledLanturn/glife/commit/daff9c213f6c394e443498fa34e1abe36396cd73 that clarifies a comment added to gdksport and simplifies the condition there to use IvanShowerQW = 2 instead of kotovVSprohorov = 2 and IvanShowerQW = 0

3 年之前

SpackledLanturn 推送了 minor-fixes 分支的代碼到 SpackledLanturn/glife

  • daff9c213f [fixed] dealt with some issues in the Ivan related parts of the quest line to become a starter for the volleyball team: (1) made it so that declining Ivan's request to have sex after school in the showers on the current day doesn't block him asking again (agreeing to his request is necessary for coach to spy on the two of you), (2) removed the VoltrenerVoyeur += 1 from VoluntrenerSexShower scene triggered when VoltrenerVoyeur = 2 (this line was never called as it was guarded by a check that IvanShowerYes = 2 but the gt call that triggers the scene is guarded by IvanShowerYes = 0), (3) moved the line IvanShowerQW = 1 from inside ShowerWithIvan to the code stanza that calls ShowerWithIvan (this avoids IvanShowerQW getting reset in subsequent calls of ShowerWithIvan and avoids there being paths in ShowerWithIvan that don't set this var, which there inadvertently were previously), (4) removed the IvanShowerQW = 1 lines in the cases in the scene in gdksport where the player does not shower with Ivan (the Ivan dialogue at school only makes sense if you do shower with him), and (5) made the intro Ivan shower scene repeatable until the player showers with him (this can be changed back to a one-off if alternative dialogue for the scenes in IvanEv and gschool_chats1 where the player and Ivan discuss the shower incident is added for if the player doesn't shower with Ivan)
  • cd1d1023b2 [text edit] clean up road also remove the checks against Yurik_Diner_Daystart as that variable has never existed and make the text there refer to Yurik by name if the player knows him
  • 查看 2 次提交的內容比對 »

3 年之前

SpackledLanturn 推送了 minor-fixes 分支的代碼到 SpackledLanturn/glife

3 年之前

SpackledLanturn 推送了 minor-fixes 分支的代碼到 SpackledLanturn/glife

  • 3cb62218e0 [fixed] in sewing, (1) make it so that the too few sewing materials message properly displays when clicking the resize some of your clothes action, (2) pull out some common actions in all branches of conditionals, (3) restructure conditionals to avoid having different variables be checked in the if and elseif branches and to avoid copypasting text, (4) add text (a) saying how much space for trinkets you have left in your room when you finish one and (b) saying that you are out of space in both your room and garage when you make a trinket that fills up the last space in each
  • 2e15a32a4f [text edit] clean up sewing
  • 查看 2 次提交的內容比對 »

3 年之前

SpackledLanturn 推送了 minor-fixes 分支的代碼到 SpackledLanturn/glife

  • 05f3dd1c9f [changed] in sex, (1) added a separate text for when the man comes while giving you oral instead of just reusing the one for when you're blowing him and (2) made it so that him giving you oral doesn't reduce his counter that counts down to him cumming unless he's already close to cumming or that's the only sex act that's enabled
  • 71e0b83129 Merge remote-tracking branch 'upstream/master' into minor-fixes
  • b88d2ab32b Merge remote-tracking branch 'Arcadia/master'
  • da3c324fff Merge remote-tracking branch 'Spackled_Lanturn/minor-fixes'
  • ee03984edc File changed AlbFatherQW to albina_election_events Refactored all files.
  • 查看 18 次提交的內容比對 »

3 年之前

SpackledLanturn 推送了 minor-fixes 分支的代碼到 SpackledLanturn/glife

3 年之前

SpackledLanturn 推送了 minor-fixes 分支的代碼到 SpackledLanturn/glife

  • d50531ac36 [fixed] in sexdvanadva, (1) move common code outside conditional, (2) delete unused variables, and (3) kill variables that were being set to 0 when this file exited (sexvar) or are only used in this file and are randomly reset every time they are used (sexdvarand). (1) and (2) cut this file from 175 to 106 lines
  • c868909499 [text edit] clean up sexdvanadva
  • 查看 2 次提交的內容比對 »

3 年之前

SpackledLanturn 推送了 minor-fixes 分支的代碼到 SpackledLanturn/glife

  • 6e8c947bfe [fixed] in sexdvoe, (1) move common code outside conditionals, (2) delete unused variables, and (3) kill variables that were being set to 0 when this file exited (sexvar, sameboy, sexstart) or are only used in this file and are randomly reset every time they are used (sexdvoeloc). (1) and (2) cut this file from 416 to 295 lines
  • 49537408e8 [text edit] clean up sexdvoe
  • 查看 2 次提交的內容比對 »

3 年之前

SpackledLanturn 推送了 minor-fixes 分支的代碼到 SpackledLanturn/glife

3 年之前

SpackledLanturn 推送了 minor-fixes 分支的代碼到 SpackledLanturn/glife

  • b1acfd7f1e [fixed] in sexorg, (1) move common code outside conditional, (2) delete unused variables, and (3) kill variables that were being set to 0 when this file exited (sexvar) or are only used in this file and are randomly reset every time they are used (sexorgrand). (1) and (2) cut this file from 169 to 92 lines
  • efc40cc423 [text edit] clean up sexorg
  • 查看 2 次提交的內容比對 »

3 年之前

SpackledLanturn 推送了 minor-fixes 分支的代碼到 SpackledLanturn/glife

3 年之前

SpackledLanturn 推送了 minor-fixes 分支的代碼到 SpackledLanturn/glife

3 年之前

SpackledLanturn 推送了 minor-fixes 分支的代碼到 SpackledLanturn/glife

  • 38d5e14baf [text edit] clean up shoplifting
  • 589898b334 [fixed] in bordel, (1) prevent the player from continuing to wait for clients after the brothel closes, (2) block the wait for customers action from showing up when the player has hit the clients per night limit instead of the button being clickable but just looping the player back to the same place so that it looks like nothing happened, (3) add lines of text explaining why the player cannot work when the player can't, (4) add a line of text warning the player that the brothel is closing when they get a client offer so that they know they can't get another until the next night if they refuse this one
  • 128686cffb [text edit] clean up shulgabath
  • 查看 3 次提交的內容比對 »

3 年之前

SpackledLanturn 推送了 minor-fixes 分支的代碼到 SpackledLanturn/glife

3 年之前

SpackledLanturn 推送了 minor-fixes 分支的代碼到 SpackledLanturn/glife

3 年之前

SpackledLanturn 推送了 minor-fixes 分支的代碼到 SpackledLanturn/glife

3 年之前

SpackledLanturn 推送了 minor-fixes 分支的代碼到 SpackledLanturn/glife

  • ab88a07cf4 Merge remote-tracking branch 'upstream/master' into minor-fixes
  • e7c077d49a fix formating and some ends
  • 6bfc5244d0 - Albina stuff - Revised "sit next to in class" dialogue so that it matches social standing (Can a coder double check this to make sure the formatting is correct? I suck at indenting.)
  • 查看 3 次提交的內容比對 »

3 年之前

SpackledLanturn 推送了 minor-fixes 分支的代碼到 SpackledLanturn/glife

3 年之前