2b138ac940 
								
							 
						 
						
							
							
								
								some typing and cleaning, mostly in Fill.py ( #349 )  
							
							... 
							
							
							
							* some typing and cleaning, mostly in Fill.py
* address missing Option types
* resolve a few TODOs discussed in pull request 
							
						 
						
							2022-03-27 19:47:47 -04:00  
				
					
						
							
							
								 
						
							
								b6eeef1db6 
								
							 
						 
						
							
							
								
								Core: update jinja ( #351 )  
							
							
							
						 
						
							2022-03-27 19:44:25 -04:00  
				
					
						
							
							
								 
						
							
								469dda7d85 
								
							 
						 
						
							
							
								
								AP Ocarina of Time Client ( #352 )  
							
							
							
						 
						
							2022-03-27 21:44:22 +02:00  
				
					
						
							
							
								 
						
							
								3c2933d587 
								
							 
						 
						
							
							
								
								V6: fix area cost always referencing last area cost, instead of current index ( #348 )  
							
							... 
							
							
							
							* V6: fix area cost always referencing last area cost, instead of current index
* V6: autoformat Rules.py
* V6: correct a location name for rule application 
							
						 
						
							2022-03-26 10:16:28 +01:00  
				
					
						
							
							
								 
						
							
								3b128c8512 
								
							 
						 
						
							
							
								
								SM - Option to remove empty locations ( #323 )  
							
							
							
						 
						
							2022-03-26 07:26:55 +01:00  
				
					
						
							
							
								 
						
							
								fb1be7b003 
								
							 
						 
						
							
							
								
								[SM] min client version change ( #347 )  
							
							
							
						 
						
							2022-03-26 02:36:13 +01:00  
				
					
						
							
							
								 
						
							
								e0aa52ed27 
								
							 
						 
						
							
							
								
								[SMZ3] player count fix ( #346 )  
							
							
							
						 
						
							2022-03-26 02:35:55 +01:00  
				
					
						
							
							
								 
						
							
								64ac619b46 
								
							 
						 
						
							
							
								
								Core: use assert correctly ( #345 )  
							
							... 
							
							
							
							Core: add some more types to State and add count() method 
							
						 
						
							2022-03-25 20:12:54 -04:00  
				
					
						
							
							
								 
						
							
								902472be32 
								
							 
						 
						
							
							
								
								Core: fix place_locked_item not setting location back-reference ( #344 )  
							
							
							
						 
						
							2022-03-25 17:57:00 -04:00  
				
					
						
							
							
								 
						
							
								cb024b00d9 
								
							 
						 
						
							
							
								
								Fill: don't crash before debug output in case of unfilled locations ( #342 )  
							
							
							
						 
						
							2022-03-24 12:47:20 -04:00  
				
					
						
							
							
								 
						
							
								75de616465 
								
							 
						 
						
							
							
								
								Core: remove sending_visible ( #339 )  
							
							... 
							
							
							
							* Core: remove sending_visible
Only used by Factorio and that use predates start_location_hints, which works perfectly fine for this purpose.
* Factorio: minor cleanup 
							
						 
						
							2022-03-24 12:15:52 -04:00  
				
					
						
							
							
								 
						
							
								c12d8e2f46 
								
							 
						 
						
							
							
								
								WebHost: remove duplicate file ending dot ( #343 )  
							
							
							
						 
						
							2022-03-24 12:03:05 -04:00  
				
					
						
							
							
								 
						
							
								d8087660e6 
								
							 
						 
						
							
							
								
								SM: remove SNIClient read of duplicative ROM name ( #340 )  
							
							
							
						 
						
							2022-03-24 11:40:02 -04:00  
				
					
						
							
							
								 
						
							
								87a8e6e20c 
								
							 
						 
						
							
							
								
								Documentation: minor updates ( #320 )  
							
							... 
							
							
							
							* documentation: add links to other guides in adding games.md
* documentation: add webworld to api.md
* documentation: point people to docs folder and discord for help with adding games
* tutorial: go a bit more in depth on downloading a template yaml
* Make Ijwu happy
* point to baseclasses.py in api.md and reformat links a bit 
							
						 
						
							2022-03-24 09:21:08 -04:00  
				
					
						
							
							
								 
						
							
								b599a7607d 
								
							 
						 
						
							
							
								
								SoE: mark traps as being traps  
							
							
							
						 
						
							2022-03-24 01:49:45 +01:00  
				
					
						
							
							
								 
						
							
								a6b22d1f41 
								
							 
						 
						
							
							
								
								Doc: rewrite patch section ( #336 )  
							
							... 
							
							
							
							this gets rid of a lot of information that is not required
and somewhat adds best practice to it 
							
						 
						
							2022-03-23 19:47:27 -04:00  
				
					
						
							
							
								 
						
							
								8e59761b03 
								
							 
						 
						
							
							
								
								BaseClasses: more type annotations ( #337 )  
							
							
							
						 
						
							2022-03-23 19:46:26 -04:00  
				
					
						
							
							
								 
						
							
								8599506497 
								
							 
						 
						
							
							
								
								[Docs] Datastorage ( #333 )  
							
							
							
						 
						
							2022-03-23 22:20:55 +01:00  
				
					
						
							
							
								 
						
							
								e4ab10fe92 
								
							 
						 
						
							
							
								
								MultiServer: try to import tkinter, then provide some feedback ( #329 )  
							
							... 
							
							
							
							* MultiServer: try to import tkinter, then provide some feedback
TK may not be installed alongside python on some systems, like minimal linux installations.
* specify tkinter package
Co-authored-by: Hussein Farran <hmfarran@gmail.com>
Co-authored-by: Hussein Farran <hmfarran@gmail.com> 
							
						 
						
							2022-03-23 08:53:35 -04:00  
				
					
						
							
							
								 
						
							
								171c297d1b 
								
							 
						 
						
							
							
								
								Options: implement additional assert checking for duplicate option ID ( #332 )  
							
							... 
							
							
							
							Options: change "random" prevention to assert, so it doesn't get checked in compiled version, as it's a source-code-time issue. 
							
						 
						
							2022-03-22 21:28:15 -04:00  
				
					
						
							
							
								 
						
							
								5eccb0ed49 
								
							 
						 
						
							
							
								
								api.md: clarify get_required_client_version ( #334 )  
							
							
							
						 
						
							2022-03-22 21:22:58 -04:00  
				
					
						
							
							
								 
						
							
								f326de2686 
								
							 
						 
						
							
							
								
								SoE: require client 0.2.6  
							
							... 
							
							
							
							Require latest https://github.com/black-sliver/ap-soeclient/ 
currently hosted on evermizer.com/apclient.beta 
							
						 
						
							2022-03-23 02:21:47 +01:00  
				
					
						
							
							
								 
						
							
								2ca6b7f929 
								
							 
						 
						
							
							
								
								SoE: add traps and death link  
							
							
							
						 
						
							2022-03-23 02:21:47 +01:00  
				
					
						
							
							
								 
						
							
								79afae17e7 
								
							 
						 
						
							
							
								
								SoE: add item groups  
							
							
							
						 
						
							2022-03-23 02:21:47 +01:00  
				
					
						
							
							
								 
						
							
								cb4d9dc365 
								
							 
						 
						
							
							
								
								SoE: some cleanup  
							
							
							
						 
						
							2022-03-23 02:21:47 +01:00  
				
					
						
							
							
								 
						
							
								4bf8b98681 
								
							 
						 
						
							
							
								
								Added my game made specifically for AP, ChecksFinder (Minesweeper) ( #302 )  
							
							
							
						 
						
							2022-03-22 23:30:10 +01:00  
				
					
						
							
							
								 
						
							
								7f1371ec00 
								
							 
						 
						
							
							
								
								SNIClient: provide example full connect command when required and some pep8 ( #330 )  
							
							
							
						 
						
							2022-03-22 14:13:04 -04:00  
				
					
						
							
							
								 
						
							
								cb3db8ae16 
								
							 
						 
						
							
							
								
								ALttP: fix ROM crash when loading mail/shield overflow sprite in hard/expert  
							
							
							
						 
						
							2022-03-22 18:59:47 +01:00  
				
					
						
							
							
								 
						
							
								cf2e37f92d 
								
							 
						 
						
							
							
								
								Options: sort values when displaying OptionSet ( #326 )  
							
							
							
						 
						
							2022-03-22 10:25:34 -04:00  
				
					
						
							
							
								 
						
							
								92319b0e31 
								
							 
						 
						
							
							
								
								Options: implement item name groups for item sets options ( #325 )  
							
							... 
							
							
							
							* Options: implement item name groups for item sets options
* Options: update outdated comments; verify is done by the verify mixin parent class nowadays 
							
						 
						
							2022-03-21 15:49:54 -04:00  
				
					
						
							
							
								 
						
							
								d4ff653937 
								
							 
						 
						
							
							
								
								Clients: change scouted locations_info to full NetworkItem ( #324 )  
							
							
							
						 
						
							2022-03-21 10:26:38 -04:00  
				
					
						
							
							
								 
						
							
								7df12930ef 
								
							 
						 
						
							
							
								
								[SM] Add support for Remote Items  ( #317 )  
							
							
							
						 
						
							2022-03-21 05:34:47 +01:00  
				
					
						
							
							
								 
						
							
								9ba70951d5 
								
							 
						 
						
							
							
								
								[SMZ3] tutorial ( #322 )  
							
							
							
						 
						
							2022-03-20 16:12:53 +01:00  
				
					
						
							
							
								 
						
							
								2d25369d06 
								
							 
						 
						
							
							
								
								Core: fix division by zero in case of spectator slot  
							
							
							
						 
						
							2022-03-20 16:08:22 +01:00  
				
					
						
							
							
								 
						
							
								affcaf1c02 
								
							 
						 
						
							
							
								
								ItemLink - ensure no extra fillers are created ( #316 )  
							
							
							
						 
						
							2022-03-20 16:07:51 +01:00  
				
					
						
							
							
								 
						
							
								7e314c0d7a 
								
							 
						 
						
							
							
								
								Multidata: don't include start inventory events in sendable items ( #319 )  
							
							
							
						 
						
							2022-03-18 13:19:21 -04:00  
				
					
						
							
							
								 
						
							
								1266ca314c 
								
							 
						 
						
							
							
								
								Options: some display name renames that were missed ( #318 )  
							
							
							
						 
						
							2022-03-18 13:17:19 -04:00  
				
					
						
							
							
								 
						
							
								7394598aff 
								
							 
						 
						
							
							
								
								Patch: update to version 4 ( #312 )  
							
							
							
						 
						
							2022-03-18 04:53:09 +01:00  
				
					
						
							
							
								 
						
							
								b02a710bc5 
								
							 
						 
						
							
							
								
								Add Meritous ( #278 )  
							
							
							
						 
						
							2022-03-18 04:30:47 +01:00  
				
					
						
							
							
								 
						
							
								ce6966a823 
								
							 
						 
						
							
							
								
								WebHost: update modules ( #314 )  
							
							
							
						 
						
							2022-03-16 08:53:11 -04:00  
				
					
						
							
							
								 
						
							
								689183edc0 
								
							 
						 
						
							
							
								
								[RL] Specify list of available classes ( #262 )  
							
							
							
						 
						
							2022-03-16 02:31:14 +01:00  
				
					
						
							
							
								 
						
							
								43113c7844 
								
							 
						 
						
							
							
								
								Merge pull request  #308  from ArchipelagoMW/quick-recipe  
							
							... 
							
							
							
							Quick recipe 
							
						 
						
							2022-03-15 13:19:34 -04:00  
				
					
						
							
							
								 
						
							
								fb8879a919 
								
							 
						 
						
							
							
								
								Merge pull request  #307  from ArchipelagoMW/energy-bridge  
							
							... 
							
							
							
							Factorio: increase cost of Energy Bridge 
							
						 
						
							2022-03-15 13:18:52 -04:00  
				
					
						
							
							
								 
						
							
								136b9f9138 
								
							 
						 
						
							
							
								
								Merge pull request  #309  from ArchipelagoMW/update-requirements  
							
							... 
							
							
							
							Requirements: update modules and move bsdiff4 to be a common module 
							
						 
						
							2022-03-15 13:17:17 -04:00  
				
					
						
							
							
								 
						
							
								eea326561e 
								
							 
						 
						
							
							
								
								Merge pull request  #310  from ArchipelagoMW/lttp-client-version  
							
							... 
							
							
							
							LttP: update required client version as behaviour changes were introd… 
							
						 
						
							2022-03-15 13:16:30 -04:00  
				
					
						
							
							
								 
						
							
								e3781c68be 
								
							 
						 
						
							
							
								
								Requirements: update modules and move bsdiff4 to be a common module  
							
							
							
						 
						
							2022-03-15 14:17:03 +01:00  
				
					
						
							
							
								 
						
							
								d2927dc68f 
								
							 
						 
						
							
							
								
								LttP: update required client version as behaviour changes were introduced with location check writes to savegame  
							
							
							
						 
						
							2022-03-15 14:07:32 +01:00  
				
					
						
							
							
								 
						
							
								ca95d47127 
								
							 
						 
						
							
							
								
								Factorio: improve generation speed of make_quick_recipe slightly  
							
							
							
						 
						
							2022-03-15 14:02:05 +01:00  
				
					
						
							
							
								 
						
							
								a5a0c94a2c 
								
							 
						 
						
							
							
								
								Factorio: increase cost of Energy Bridge  
							
							
							
						 
						
							2022-03-15 14:01:15 +01:00  
				
					
						
							
							
								 
						
							
								cfa49ee757 
								
							 
						 
						
							
							
								
								Add SMZ3 support ( #270 )  
							
							
							
						 
						
							2022-03-15 13:55:57 +01:00