1
0

Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Spackled Lanturn 70461307e9 [changed] wrapped all usages of diplom and fakediplom in calls to uniutil. made it so that obtaining the real diploma makes the player no longer aware they need a fake diploma. fixed a small number of typos in the text near this change in etoexib 3 gadi atpakaļ
  Spackled Lanturn 2276a15754 [changed] grouped together related functions in uniutil into pseudo-objects ($ARGS[0] is object and $ARGS[1] is method) and changed all func('uniutil', 'foo') ! 0 calls to func('uniutil', 'foo') to make meaning clearer. added some additional methods like func('uniutil', 'student', 'enrolled') and func('uniutil', 'student', 'not_enrolled'). added a missing case for transferring from legacy vars to new vars 3 gadi atpakaļ
  Spackled Lanturn ece34efc4b [changed] wrapped all accesses to the value of student in a function call in preparation for adding checks that the player should still be a student when this is checked. made expulsion set student = -1, and changed some places that checked student = 0 to check student <= 0 to fix a bug where you could reapply to the university after being expelled only to be instantly expelled again. moved logic for enrolling and unenrolling from the university to the same file as function for checking value of student to cut down on code duplication and make this the only place where the raw student variable is accessed. fixed two typos 3 gadi atpakaļ
  KevinSmarts 8ea124577c [fixed] Used better variables to check for nude modelling as recommended by rachels 3 gadi atpakaļ
  KevinSmarts c66d780953 [change] Renamed street to city_residential 4 gadi atpakaļ
  KevinSmarts f1b2fbaaea [fixed] Incorrect uses of a before a word begining with a vowel and duplicate a's 5 gadi atpakaļ
  Blatte 8c94f4c8ea [added] Menu variables for L 5 gadi atpakaļ
  3xpurt c6a5af103f [changed] Sveta's mom, mum, mother, mummy name to use variable. Name can now be set via command input $npc_nickname['A29'] 5 gadi atpakaļ
  3xpurt a536fee17b [changed] American English "Mom", "Mommy" to international English "Mum", "Mummy" 5 gadi atpakaļ
  3xpurt 070d5bac4e [changed] qsrc extension added to all split files, for easier management (may need to rename your un-pushed changes manually before committing). 6 gadi atpakaļ