|  | d49c138257 | Merge branch 'master' into 'ladders' # Conflicts:
#   squirrelbattle/game.py
#   squirrelbattle/interfaces.py
#   squirrelbattle/tests/game_test.py | 2021-01-06 17:29:26 +01:00 |  | 
			
				
					| 
							
							
								 Yohann D'ANELLO | 4cd4bc9005   | Display the current floor in the StatsDisplay | 2021-01-06 15:17:02 +01:00 |  | 
			
				
					| 
							
							
								 eichhornchen | 9cb5c9157f | Linting | 2021-01-05 10:59:17 +01:00 |  | 
			
				
					| 
							
							
								 eichhornchen | bb77dab628 | Fixed a error induced by the merge: creditsdisplay did not have an update function | 2021-01-05 10:49:04 +01:00 |  | 
			
				
					| 
							
							
								 eichhornchen | 7f63ab2357 | Merge branch 'master' into 'familiars' # Conflicts:
#   squirrelbattle/display/display_manager.py
#   squirrelbattle/display/logsdisplay.py
#   squirrelbattle/display/mapdisplay.py
#   squirrelbattle/display/menudisplay.py
#   squirrelbattle/menus.py | 2021-01-05 10:27:39 +01:00 |  | 
			
				
					| 
							
							
								 eichhornchen | 7cd4721daa | linting | 2020-12-31 15:00:20 +01:00 |  | 
			
				
					| 
							
							
								 Yohann D'ANELLO | 6b7f8867fa   | Tile colors can be overwritten | 2020-12-26 14:02:35 +01:00 |  | 
			
				
					| 
							
							
								 Yohann D'ANELLO | 8636d571b5   | Add ladders in the map | 2020-12-26 00:52:47 +01:00 |  | 
			
				
					| 
							
							
								 Yohann D'ANELLO | 4b174f26e4 | Better colors | 2020-12-18 23:36:08 +01:00 |  | 
			
				
					| 
							
							
								 Yohann D'ANELLO | 411744bf10 | Add credits menu, see #42 | 2020-12-18 22:24:41 +01:00 |  | 
			
				
					| 
							
							
								 eichhornchen | dadafc84eb | Added a familiar class that follows the player around and hits monsters when it sees one. Added a trumpet, an instance of familiar. Closes #46. | 2020-12-18 17:29:59 +01:00 |  | 
			
				
					| 
							
							
								 Yohann D'ANELLO | 77f52b6276 | Screen is refreshed only when pads are all refreshed, fixes #50 | 2020-12-18 16:40:52 +01:00 |  | 
			
				
					| 
							
							
								 Yohann D'ANELLO | 5ae49e71ff | Display the amount of hazels in the store menu, closes #49 | 2020-12-18 15:36:25 +01:00 |  | 
			
				
					| 
							
							
								 Yohann D'ANELLO | 46ce7c33bf | Merchant menu is updated through its update function, and does not access globally to the Game instance | 2020-12-18 15:15:47 +01:00 |  | 
			
				
					| 
							
							
								 Yohann D'ANELLO | 85870494a0 | More generic display update | 2020-12-18 15:07:09 +01:00 |  | 
			
				
					| 
							
							
								 Yohann D'ANELLO | b8d32b29c8 | Test selling items | 2020-12-18 02:17:06 +01:00 |  | 
			
				
					| 
							
							
								 Yohann D'ANELLO | c55a7451e7 | Display more precisely where we are in the store menu | 2020-12-18 01:50:11 +01:00 |  | 
			
				
					| 
							
							
								 Yohann D'ANELLO | a5890a341d | Display inventory menu next to the merchant menu | 2020-12-17 23:46:20 +01:00 |  | 
			
				
					| 
							
							
								 eichhornchen | 646e0063be | Fixed grammar, unified the docstring's format and added documentation to some classes that did not have any. Closes #32. | 2020-12-13 21:29:25 +01:00 |  | 
			
				
					| 
							
							
								 Yohann D'ANELLO | 599f75b676 | Erase pad before resizing, fixes #45 | 2020-12-12 21:19:55 +01:00 |  | 
			
				
					| 
							
							
								 Yohann D'ANELLO | 288a6ac2c9 | Some translations were missing concerning sunflowers, fixes #44 | 2020-12-12 17:39:12 +01:00 |  | 
			
				
					| 
							
							
								 Yohann D'ANELLO | 73e1fac89a | Add title to boxes to have pretty boxes, fixes #28 | 2020-12-12 17:15:08 +01:00 |  | 
			
				
					| 
							
							
								 Yohann D'ANELLO | 8608ce346f | Add a small bomb exploding animation, fixes #31 | 2020-12-12 16:50:01 +01:00 |  | 
			
				
					| 
							
							
								 Yohann D'ANELLO | 04ae56e451 | Higher abstraction level on addmsg, fixes #43 | 2020-12-12 13:46:45 +01:00 |  | 
			
				
					| 
							
							
								 Yohann D'ANELLO | 777668848e | Clicking on the main image changes its color | 2020-12-11 21:17:21 +01:00 |  | 
			
				
					| 
							
							
								 Yohann D'ANELLO | a4a10e340d | Test clicking on the merchant pad | 2020-12-11 18:44:05 +01:00 |  | 
			
				
					| 
							
							
								 ynerant | 53d090a9c8 | Merge branch 'master' into 'mouse_interaction' # Conflicts:
#   squirrelbattle/display/display_manager.py
#   squirrelbattle/display/menudisplay.py
#   squirrelbattle/entities/items.py | 2020-12-11 18:38:13 +01:00 |  | 
			
				
					| 
							
							
								 eichhornchen | 9d3e8a9822 | Merge branch 'village' into 'master' Village
Closes #41, #38, #37, #36, and #18
See merge request ynerant/squirrel-battle!44 | 2020-12-11 18:23:10 +01:00 |  | 
			
				
					| 
							
							
								 Yohann D'ANELLO | 45f420aaef | Linting | 2020-12-11 18:17:08 +01:00 |  | 
			
				
					| 
							
							
								 eichhornchen | e7f24c2371 | The store menu now displays the price of objects, fixes #41 | 2020-12-11 18:08:10 +01:00 |  | 
			
				
					| 
							
							
								 Yohann D'ANELLO | 1afa397fec | Better interaction with inventory menu | 2020-12-11 18:07:39 +01:00 |  | 
			
				
					| 
							
							
								 Yohann D'ANELLO | 089a247b2f | Maybe mouse clicks may use the game | 2020-12-11 17:43:46 +01:00 |  | 
			
				
					| 
							
							
								 Yohann D'ANELLO | d50f6701f4 | Open a menu with the mouse | 2020-12-11 17:40:56 +01:00 |  | 
			
				
					| 
							
							
								 Yohann D'ANELLO | bbe37eab97 | Listen for clicks, detect which display was clicked | 2020-12-11 16:56:22 +01:00 |  | 
			
				
					| 
							
							
								 eichhornchen | 7ba49277a9 | Added a symbol for hazels in the ascii texturepack | 2020-12-11 15:52:36 +01:00 |  | 
			
				
					| 
							
							
								 Nicolas Margulies | cc6033e8e4 | New pathfinding that avoids most of the mobs getting stuck, closes #35 | 2020-12-10 22:21:09 +01:00 |  | 
			
				
					| 
							
							
								 Yohann D'ANELLO | 2d5a2e4c87 | Display hazels in the StatsDisplay | 2020-12-09 16:54:53 +01:00 |  | 
			
				
					| 
							
							
								 Yohann D'ANELLO | 56627f3e84 | Reorder texture pack entries | 2020-12-09 16:50:47 +01:00 |  | 
			
				
					| 
							
							
								 Nicolas Margulies | 50d806cdcf | Working Dijkstra | 2020-12-08 22:22:20 +01:00 |  | 
			
				
					| 
							
							
								 Nicolas Margulies | 7823a422b9 | Start f new pathfinding, not working | 2020-12-08 00:59:19 +01:00 |  | 
			
				
					| 
							
							
								 Yohann D'ANELLO | ca17bf424a | Inventory displays were not updated when the texture pack changed | 2020-12-07 21:51:51 +01:00 |  | 
			
				
					| 
							
							
								 Yohann D'ANELLO | 57fab7db51 | Linting | 2020-12-07 21:22:06 +01:00 |  | 
			
				
					| 
							
							
								 Yohann D'ANELLO | b24cc1877f | Merchant inventory is working! | 2020-12-07 21:13:55 +01:00 |  | 
			
				
					| 
							
							
								 eichhornchen | 8540a8f354 | Work in progress on printing a store menu. Its buggy though | 2020-12-07 20:54:53 +01:00 |  | 
			
				
					| 
							
							
								 eichhornchen | 866af98fe4 | Merging master into village, conflicts were solved | 2020-12-06 11:43:48 +01:00 |  | 
			
				
					| 
							
							
								 Yohann D'ANELLO | ea672272f5 | Add body snatch potion | 2020-12-05 14:20:58 +01:00 |  | 
			
				
					| 
							
							
								 Yohann D'ANELLO | ca2ae15117 | Stack items in the inventory, closes #29 | 2020-12-05 13:42:33 +01:00 |  | 
			
				
					| 
							
							
								 Yohann D'ANELLO | a68b3a6d08 | Display full inventory | 2020-12-04 16:28:37 +01:00 |  | 
			
				
					| 
							
							
								 Yohann D'ANELLO | fbfcd5dae0 | Inventory title | 2020-12-04 16:02:03 +01:00 |  | 
			
				
					| 
							
							
								 Yohann D'ANELLO | 067570fd1a | The inventory is a popup | 2020-12-04 14:51:41 +01:00 |  |