Michał W. Urbańczyk
							
						 | 
						
							
							
								e4dc00abac
							
							* new file lib/UnlockGuard.h — unlock_guard is for unlocking a mutex for the scope time (RAII)
						 | 
						13 years ago | 
					
				
					
						
							
								   Ivan Savenko
							
						 | 
						
							
							
								86e7d96b39
							
							- setting system: replaced settings.txt + sysopt.bin with json-based system (defaultSetting.json + settings.json)
						 | 
						14 years ago | 
					
				
					
						
							
								   Michał W. Urbańczyk
							
						 | 
						
							
							
								046e54563c
							
							* fixed project files for RD configuration
						 | 
						14 years ago | 
					
				
					
						
							
								   beegee1
							
						 | 
						
							
							
								156aa6e4d9
							
							* Updated class - file - handling
						 | 
						14 years ago | 
					
				
					
						
							
								   beegee1
							
						 | 
						
							
							
								2f5d6f2684
							
							* CHexField renamed to CBattleHex
						 | 
						14 years ago | 
					
				
					
						
							
								   beegee1
							
						 | 
						
							
							
								7f04ed990b
							
							Major refactoring. First part: BattleInterface
						 | 
						14 years ago | 
					
				
					
						
							
								   Ivan Savenko
							
						 | 
						
							
							
								0f2e00c780
							
							-(linux) Moved all (I hope) files created by VCMI to ~/.vcmi to prevents crash on launch from read-only directory
						 | 
						14 years ago | 
					
				
					
						
							
								   ori.bar
							
						 | 
						
							
							
								ebacb433fe
							
							auto_ptr -> shared_ptr see http://gcc.gnu.org/onlinedocs/libstdc++/manual/auto_ptr.html
						 | 
						14 years ago | 
					
				
					
						
							
								   Michał W. Urbańczyk
							
						 | 
						
							
							
								8b7a2f179c
							
							* Server will strictly require answering the queries before taking any actions. Let me know, if this causes any freezes.
						 | 
						14 years ago | 
					
				
					
						
							
								   Frank Zago
							
						 | 
						
							
							
								2ae53395d7
							
							Removed duplicate function initVillagesCapitols(), and simplified its clone loadTownDInfos().
						 | 
						14 years ago | 
					
				
					
						
							
								   Michał W. Urbańczyk
							
						 | 
						
							
							
								d71ed76a0f
							
							Fixed villages/capitols not appearing.
						 | 
						14 years ago | 
					
				
					
						
							
								   Michał W. Urbańczyk
							
						 | 
						
							
							
								6b9e64de91
							
							Lazy updates of hero paths.
						 | 
						14 years ago | 
					
				
					
						
							
								   Michał W. Urbańczyk
							
						 | 
						
							
							
								20a53b04fd
							
							Removed object recycling that was causing #796. Fixed text nr typo.
						 | 
						14 years ago | 
					
				
					
						
							
								   Frank Zago
							
						 | 
						
							
							
								d49058049e
							
							Created towns_defs.json from townsDefs.txt.
						 | 
						14 years ago | 
					
				
					
						
							
								   Michał W. Urbańczyk
							
						 | 
						
							
							
								4f20c5a376
							
							Fixed #731.
						 | 
						14 years ago | 
					
				
					
						
							
								   Michał W. Urbańczyk
							
						 | 
						
							
							
								3152e6d540
							
							Fixed #771, #772 and #787.
						 | 
						14 years ago | 
					
				
					
						
							
								   Ivan Savenko
							
						 | 
						
							
							
								8054c85091
							
							- some work on sound and music players:
						 | 
						14 years ago | 
					
				
					
						
							
								   Michał W. Urbańczyk
							
						 | 
						
							
							
								79f5b29196
							
							Various player/AI interface related fixes and improvements.
						 | 
						14 years ago | 
					
				
					
						
							
								   Ivan Savenko
							
						 | 
						
							
							
								48e79b163c
							
							- missed file from previous commit
						 | 
						14 years ago | 
					
				
					
						
							
								   Michał W. Urbańczyk
							
						 | 
						
							
							
								212bc13ad6
							
							Fixed #755 and #759.
						 | 
						14 years ago | 
					
				
					
						
							
								   Michał W. Urbańczyk
							
						 | 
						
							
							
								580c4e4c9b
							
							ERM is now a separate project, linking to ./Scripting/ERM.dll and consisting all ERM* files from ./lib.
						 | 
						14 years ago | 
					
				
					
						
							
								   DjWarmonger
							
						 | 
						
							
							
								361e58eddb
							
							Applied patch from #749
						 | 
						14 years ago | 
					
				
					
						
							
								   Frank Zago
							
						 | 
						
							
							
								4b7d0f3092
							
							Partial integration of Android patches, from Pelya.
						 | 
						14 years ago | 
					
				
					
						
							
								   Frank Zago
							
						 | 
						
							
							
								eecb470e74
							
							Fixed all warnings "take address of temporary".
						 | 
						14 years ago | 
					
				
					
						
							
								   Michał W. Urbańczyk
							
						 | 
						
							
							
								9775f88045
							
							Version bump.
						 | 
						14 years ago | 
					
				
					
						
							
								   Frank Zago
							
						 | 
						
							
							
								aca118b613
							
							Fixed creature bonus parser. Fixed several uninitialized variables. Updated data build script to v0.85.
						 | 
						14 years ago | 
					
				
					
						
							
								   Frank Zago
							
						 | 
						
							
							
								ff49b852df
							
							Silenced several "warning: suggest parentheses around ‘&&’ within ‘||’": added some parenthesis, optimized a couple statments and fix a bug in another.
						 | 
						14 years ago | 
					
				
					
						
							
								   Michał W. Urbańczyk
							
						 | 
						
							
							
								2d61fab7e9
							
							* Probably fixed #655.
						 | 
						14 years ago | 
					
				
					
						
							
								   Michał W. Urbańczyk
							
						 | 
						
							
							
								c32242b4e9
							
							For 0.84b dev build.
						 | 
						14 years ago | 
					
				
					
						
							
								   mateuszb
							
						 | 
						
							
							
								94166b83aa
							
							* some changes
						 | 
						14 years ago |