Mat Hostetter 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							871790c6e0 
							
						 
					 
					
						
						
							
							Adjust how ArchetypeAccess tracks mutable & immutable deps ( #660 )  
						
						... 
						
						
						
						`ArchetypeAccess` was tracking `immutable` and `mutable` separately.
This means that checking is_compatible requires three checks:
m+m, m+i, i+m.
Instead, continue tracking `mutable` accesses, but instead of
`immutable` track `immutable | mutable` as another `accessed` bit mask.
This drops the comparisons to two (m+a, a+m) and turns out to be
what the rest of the code base wants too, unifying various duplicated
checks and loops. 
						
					 
					
						2020-10-15 13:39:01 -07:00 
						 
				 
			
				
					
						
							
							
								Junfeng Liu 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f66a72563e 
							
						 
					 
					
						
						
							
							Expose a pointer of EventLoopProxy to process custom messages ( #674 )  
						
						
						
					 
					
						2020-10-15 13:31:34 -07:00 
						 
				 
			
				
					
						
							
							
								Carter Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b03d8da9bb 
							
						 
					 
					
						
						
							
							fix clippy ( #686 )  
						
						
						
					 
					
						2020-10-15 12:49:56 -07:00 
						 
				 
			
				
					
						
							
							
								Utkarsh 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							dd91f8e116 
							
						 
					 
					
						
						
							
							Add support to get gamepad button/trigger values using Axis<GamepadButton> ( #683 )  
						
						
						
					 
					
						2020-10-15 12:45:34 -07:00 
						 
				 
			
				
					
						
							
							
								François 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							76cc25823d 
							
						 
					 
					
						
						
							
							can change window settings at runtime ( #644 )  
						
						... 
						
						
						
						can change window settings at runtime 
						
					 
					
						2020-10-15 11:42:19 -07:00 
						 
				 
			
				
					
						
							
							
								M 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9c48e5cccb 
							
						 
					 
					
						
						
							
							Add a way to specify padding/ margins between sprites in a TextureAtlas. ( #460 )  
						
						... 
						
						
						
						Add a way to specify padding between sprites in a TextureAtlas 
						
					 
					
						2020-10-14 20:49:07 -07:00 
						 
				 
			
				
					
						
							
							
								Catherine Gilbert 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1f7fe77f32 
							
						 
					 
					
						
						
							
							added frame count to FrameTimeDiagnosticsPlugin ( #678 )  
						
						... 
						
						
						
						added frame count to FrameTimeDiagnosticsPlugin 
						
					 
					
						2020-10-14 15:13:43 -07:00 
						 
				 
			
				
					
						
							
							
								Nathan Jeffords 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7e23e132ef 
							
						 
					 
					
						
						
							
							add version of the ecs's write_world method that takes a pre-boxed world writer ( #661 )  
						
						... 
						
						
						
						Co-authored-by: Nathan Jeffords <njeffords@comtechefdata.com> 
						
					 
					
						2020-10-14 14:01:08 -07:00 
						 
				 
			
				
					
						
							
							
								Carter Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							df64e1fc92 
							
						 
					 
					
						
						
							
							upgrade rectangle pack ( #673 )  
						
						
						
					 
					
						2020-10-12 18:12:17 -07:00 
						 
				 
			
				
					
						
							
							
								Carter Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5e7c36d1c1 
							
						 
					 
					
						
						
							
							Fix example colors ( #672 )  
						
						
						
					 
					
						2020-10-12 16:54:22 -07:00 
						 
				 
			
				
					
						
							
							
								Carter Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							930eba4ccd 
							
						 
					 
					
						
						
							
							add thread local resources ( #671 )  
						
						
						
					 
					
						2020-10-12 15:09:44 -07:00 
						 
				 
			
				
					
						
							
							
								walterpie 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							53d6d10506 
							
						 
					 
					
						
						
							
							Register IndexFormat as a property ( #664 )  
						
						
						
					 
					
						2020-10-12 10:22:10 -07:00 
						 
				 
			
				
					
						
							
							
								Joshua J. Bouw 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							036b3bc0e6 
							
						 
					 
					
						
						
							
							add more methods to Assets for clearing and allocation reduction ( #669 )  
						
						
						
					 
					
						2020-10-12 10:21:28 -07:00 
						 
				 
			
				
					
						
							
							
								Julian Heinken 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							32b122e1c5 
							
						 
					 
					
						
						
							
							Update color.rs ( #670 )  
						
						... 
						
						
						
						Co-authored-by: Julian Heinken <julian.heinken@gmail.com> 
						
					 
					
						2020-10-12 10:19:06 -07:00 
						 
				 
			
				
					
						
							
							
								Nathan Stocks 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f6fc76db1d 
							
						 
					 
					
						
						
							
							Upgrade to gilrs 0.8.0 to gain dpad support on macos from  https://gitlab.com/gilrs-project/gilrs/-/merge_requests/50  ( #653 )  
						
						
						
					 
					
						2020-10-10 13:30:34 -07:00 
						 
				 
			
				
					
						
							
							
								Carter Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1f27d8c727 
							
						 
					 
					
						
						
							
							fix new clippy error ( #656 )  
						
						
						
					 
					
						2020-10-10 12:16:52 -07:00 
						 
				 
			
				
					
						
							
							
								Nathan Stocks 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							333fd3f0e0 
							
						 
					 
					
						
						
							
							Don't Panic ( #651 )  
						
						... 
						
						
						
						Don't panic when despawning recursively 
						
					 
					
						2020-10-08 18:43:41 -07:00 
						 
				 
			
				
					
						
							
							
								Nathan Stocks 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bf501b77cc 
							
						 
					 
					
						
						
							
							Don't panic when despawning entity multiple times ( #649 )  
						
						... 
						
						
						
						Emit a debug log message instead of a panic when despawning an entity which has already been despawned. 
						
					 
					
						2020-10-08 16:58:19 -07:00 
						 
				 
			
				
					
						
							
							
								memoryruins 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ebce1f9c4a 
							
						 
					 
					
						
						
							
							Remove outdated ecs docs ( #646 )  
						
						
						
					 
					
						2020-10-08 15:32:25 -07:00 
						 
				 
			
				
					
						
							
							
								Grayson Burton 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							354d71cc1f 
							
						 
					 
					
						
						
							
							The Great Debuggening ( #632 )  
						
						... 
						
						
						
						The Great Debuggening 
						
					 
					
						2020-10-08 11:43:01 -07:00 
						 
				 
			
				
					
						
							
							
								Julian Heinken 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a92790c011 
							
						 
					 
					
						
						
							
							sRGB awareness for Color ( #616 )  
						
						... 
						
						
						
						Color is now sRGB aware, added SrgbColorSpace trait for f32 
						
					 
					
						2020-10-08 10:30:23 -07:00 
						 
				 
			
				
					
						
							
							
								François 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							52a4d49bbf 
							
						 
					 
					
						
						
							
							set asset path relative to root when loading sync ( #643 )  
						
						
						
					 
					
						2020-10-07 11:09:17 -07:00 
						 
				 
			
				
					
						
							
							
								Downtime 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							125afb41ac 
							
						 
					 
					
						
						
							
							Exposing winit decorations ( #627 )  
						
						... 
						
						
						
						Exposing winit decorations 
						
					 
					
						2020-10-05 10:51:36 -07:00 
						 
				 
			
				
					
						
							
							
								Boutillier 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							219527ed7d 
							
						 
					 
					
						
						
							
							Iter added camera to update their projection ( #488 )  
						
						
						
					 
					
						2020-10-05 10:41:34 -07:00 
						 
				 
			
				
					
						
							
							
								Boutillier 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1bdb9d3b00 
							
						 
					 
					
						
						
							
							Fix Added behaviour for QueryOne get. ( #543 )  
						
						... 
						
						
						
						Query unchanged as impacts performances.
Added tests in bevy_ecs/hecs 
						
					 
					
						2020-10-05 10:38:12 -07:00 
						 
				 
			
				
					
						
							
							
								Andrew Hickman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9a4167ef7f 
							
						 
					 
					
						
						
							
							Fix FloatOrd hash being different for different NaN values ( #618 )  
						
						... 
						
						
						
						* Fix FloatOrd hash being different for different NaN values
* Fix FloatOrd hashing +0.0 and -0.0 to different values 
						
					 
					
						2020-10-03 12:56:25 -07:00 
						 
				 
			
				
					
						
							
							
								Carter Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							22a2c88a47 
							
						 
					 
					
						
						
							
							winit: upgrade to 0.23.0 / move back upstream! ( #617 )  
						
						
						
					 
					
						2020-10-02 12:24:30 -07:00 
						 
				 
			
				
					
						
							
							
								EthanYidong 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4c753e2588 
							
						 
					 
					
						
						
							
							move dynamic plugin loading to its own optional crate ( #544 )  
						
						... 
						
						
						
						move dynamic plugin loading to its own crate 
						
					 
					
						2020-10-01 13:04:06 -07:00 
						 
				 
			
				
					
						
							
							
								Will Hart 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1beee4fd28 
							
						 
					 
					
						
						
							
							Add AppBuilder::asset_loader_from_instance ( #580 )  
						
						... 
						
						
						
						* Implement add_asset_loader_from_instance
* Add example of different data loaders 
						
					 
					
						2020-10-01 11:31:06 -07:00 
						 
				 
			
				
					
						
							
							
								Gregor 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							056f84a2c1 
							
						 
					 
					
						
						
							
							Expose current_entity in ChildBuilder ( #595 )  
						
						
						
					 
					
						2020-10-01 11:00:10 -07:00 
						 
				 
			
				
					
						
							
							
								Jonas Matser 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3a4eacbdee 
							
						 
					 
					
						
						
							
							Adds derive for missing debug implementations ( #597 )  
						
						
						
					 
					
						2020-10-01 10:58:21 -07:00 
						 
				 
			
				
					
						
							
							
								Nolan Darilek 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d52f9e32aa 
							
						 
					 
					
						
						
							
							Add #[cfg_attr(feature = "serialize", derive(serde::Serialize, serde::Deserialize))] to gamepad types. ( #583 )  
						
						... 
						
						
						
						Seems these may have been missed in the gamepad implementation, copied them from keyboard.rs. 
						
					 
					
						2020-10-01 10:54:20 -07:00 
						 
				 
			
				
					
						
							
							
								Daniel McNab 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cd9e502b12 
							
						 
					 
					
						
						
							
							Fix ScheduleRunnerPlugin ( #610 )  
						
						... 
						
						
						
						Fixes  #609  
					
						2020-10-01 10:52:29 -07:00 
						 
				 
			
				
					
						
							
							
								Tomasz Sterna 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							408114269b 
							
						 
					 
					
						
						
							
							Use instant::Instant with wasm-bindgen feature ( #591 )  
						
						
						
					 
					
						2020-09-27 12:55:06 -07:00 
						 
				 
			
				
					
						
							
							
								Raymond 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							74ad1c3752 
							
						 
					 
					
						
						
							
							Add remove bundle to bevy_ecs commands ( #579 )  
						
						... 
						
						
						
						add remove bundle to bevy_ecs commands 
						
					 
					
						2020-09-26 14:27:56 -07:00 
						 
				 
			
				
					
						
							
							
								Alexander Sepity 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							85a7f883d1 
							
						 
					 
					
						
						
							
							Fix typo in  #569 . ( #582 )  
						
						
						
					 
					
						2020-09-26 10:26:19 -07:00 
						 
				 
			
				
					
						
							
							
								Carter Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							dd07674b59 
							
						 
					 
					
						
						
							
							github actions: use stable clippy ( #577 )  
						
						
						
					 
					
						2020-09-25 21:34:47 -07:00 
						 
				 
			
				
					
						
							
							
								Carter Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							05db806e15 
							
						 
					 
					
						
						
							
							fix DrawableText crash ( #574 )  
						
						
						
					 
					
						2020-09-25 17:57:23 -07:00 
						 
				 
			
				
					
						
							
							
								Mariusz Kryński 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a3012d94bb 
							
						 
					 
					
						
						
							
							WASM asset loading ( #559 )  
						
						... 
						
						
						
						wasm assets 
						
					 
					
						2020-09-25 15:26:23 -07:00 
						 
				 
			
				
					
						
							
							
								Gray Olson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							afc656701d 
							
						 
					 
					
						
						
							
							switch to u32 indices by default ( #572 )  
						
						
						
					 
					
						2020-09-25 14:29:30 -07:00 
						 
				 
			
				
					
						
							
							
								Alexander Sepity 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3abfcad7ab 
							
						 
					 
					
						
						
							
							Patch memory leak in Archetype::grow(). ( #569 )  
						
						
						
					 
					
						2020-09-25 12:33:27 -07:00 
						 
				 
			
				
					
						
							
							
								Gray Olson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f7c8882c04 
							
						 
					 
					
						
						
							
							Index buffer specialization ( #568 )  
						
						... 
						
						
						
						index buffer specialization 
						
					 
					
						2020-09-25 12:13:01 -07:00 
						 
				 
			
				
					
						
							
							
								Carter Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a768bae33b 
							
						 
					 
					
						
						
							
							properly update bind group ids when setting dynamic bindings. ( #560 )  
						
						
						
					 
					
						2020-09-23 13:20:14 -07:00 
						 
				 
			
				
					
						
							
							
								Carter Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							028a22b129 
							
						 
					 
					
						
						
							
							asset: use bevy_tasks in AssetServer ( #550 )  
						
						
						
					 
					
						2020-09-21 20:23:09 -07:00 
						 
				 
			
				
					
						
							
							
								Tomasz Sterna 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							dd6f0b5e04 
							
						 
					 
					
						
						
							
							Option to give existing canvas element as winit window ( #515 )  
						
						
						
					 
					
						2020-09-21 16:12:34 -07:00 
						 
				 
			
				
					
						
							
							
								Stjepan Glavina 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							74f881f20d 
							
						 
					 
					
						
						
							
							Fix compilation error on wasm ( #549 )  
						
						... 
						
						
						
						Fix compilation error on wasm 
						
					 
					
						2020-09-21 15:47:38 -07:00 
						 
				 
			
				
					
						
							
							
								Logan Magee 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b5f3585d2e 
							
						 
					 
					
						
						
							
							Merge some imports in bevy_winit/src/lib.rs ( #522 )  
						
						
						
					 
					
						2020-09-21 13:54:47 -07:00 
						 
				 
			
				
					
						
							
							
								HyperLightKitsune 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							295e1f0a18 
							
						 
					 
					
						
						
							
							use FnOnce in Commands and ChildBuilder where possible ( #535 )  
						
						... 
						
						
						
						use FnOnce in Commands and ChildBuilder 
						
					 
					
						2020-09-21 13:51:38 -07:00 
						 
				 
			
				
					
						
							
							
								Stjepan Glavina 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5aa77979d1 
							
						 
					 
					
						
						
							
							Remove some unsafe code ( #540 )  
						
						
						
					 
					
						2020-09-21 13:13:40 -07:00 
						 
				 
			
				
					
						
							
							
								memoryruins 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fd1d6a388d 
							
						 
					 
					
						
						
							
							Stop looping when scheduler receives an AppExit ( #536 )  
						
						
						
					 
					
						2020-09-20 16:32:07 -07:00