1
0

Histórico de Commits

Autor SHA1 Mensagem Data
  KevinSmarts 6c8f60336f [added] New clothing shops and clothing in them, dolls and Kats now with separate dresses. Also changes to file and variable names há 3 anos atrás
  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 há 3 anos atrás
  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 há 3 anos atrás
  KevinSmarts 8ee76684bd [fixed] Locations show opening hours when closed on the island now thanks to julzor há 3 anos atrás
  philormand 33b82b1f62 [Fixes] Renamed metka and metkM to loc_arg and locM_arg. Fixed some $Curloc uses há 4 anos atrás
  KevinSmarts fc72f41905 [Chaged] Renamed Island, park and lake to use city_ prefix há 4 anos atrás