Mark Vejvoda
c5331b7e8a
- initial work to save game state to XML. Current only saves when out of synch or game end occurs and saves to same folder as log files and file is called: megaglest-saved.xml
...
(Currently we store way too much info but this is a starting point)
2012-03-10 03:27:25 +00:00
Mark Vejvoda
4ad42518c0
- updated for better handling of streflop on different platforms
...
- attempt for bugfix on windows when socket send buffer is continuously full
2012-02-10 06:21:06 +00:00
Titus Tscharntke
15537e059a
missing initialisation of "emissionRateFade" made damage smoke particles from objects disappear or much too strong
2012-01-07 23:53:08 +00:00
Titus Tscharntke
e05984d527
- daylight effects for unit particles ( best use with mode "black" )
...
- meadow has good looking mist in night now
- startdelay for particles
2012-01-07 20:24:54 +00:00
Mark Vejvoda
9852325da6
- fixed Martiño Figueroa's name in all copyrights in source code
...
- added copyrights to files that were missing it
2011-12-14 07:40:48 +00:00
Mark Vejvoda
62a7186216
- updated build files to auto generate manpages for debian
...
- fixed spelling mistakes and broken links
2011-12-14 06:27:35 +00:00
Mark Vejvoda
8bdf863636
- cleanup of masterserver global flag
...
- attempt to cut down on resources required for masterserver mode to minimize RAM
2011-12-02 22:04:02 +00:00
Mark Vejvoda
ef125238e8
- continue trying to fix network issues
2011-11-25 22:38:25 +00:00
Mark Vejvoda
c751c1a2cf
- a few minor bugfixes
2011-11-17 21:36:29 +00:00
Mark Vejvoda
77a2fa7d48
- getting fanatical about memory cleanup so that valgrind output is more useful
2011-09-30 23:55:07 +00:00
Mark Vejvoda
aed293bba2
- fixed a bunch of memory leaks that will hopefully mean less overall memory requirements.
2011-09-28 06:57:42 +00:00
Mark Vejvoda
7e16873efd
- bugfix for team switching validation should be skipped
...
- commented printf for tween debugging
2011-09-22 05:14:20 +00:00
Mark Vejvoda
cd321c0c77
- fix the tween bug by truncating after 6 decimals
2011-09-10 03:57:51 +00:00
Mark Vejvoda
57afc2d715
- phase 2 of cppcheck verbose fixes
2011-09-01 01:11:23 +00:00
Mark Vejvoda
f542ce36e4
- commented assert and added more debug info when tween is invalid
2011-08-31 16:12:02 +00:00
Mark Vejvoda
b2fc331876
- added more debug info for font error mentioend in forums by james123
2011-08-31 00:06:50 +00:00
Mark Vejvoda
d99a8236ae
- added the ability to synch unit particles with model animation using start-time and end-time attributes
2011-08-27 06:52:17 +00:00
Mark Vejvoda
ee2c7bbe98
- try to see if this helps with the tween bug
2011-07-19 01:25:38 +00:00
Mark Vejvoda
ae6b085d7a
- try to see if this helps with the tween bug
2011-07-19 00:17:32 +00:00
Mark Vejvoda
732b44833b
- add debug statement to track tween bug
2011-07-18 23:46:11 +00:00
Mark Vejvoda
1b2d4fddea
- merged in willvarfar's particle patch
2011-07-06 22:23:51 +00:00
Mark Vejvoda
15488ddb31
- bugfixes related to attack-boost memory leaks
2011-07-06 05:16:25 +00:00
Mark Vejvoda
1700cbba2d
- working implementation of particles for new attack-boost xml tag
2011-06-25 20:44:46 +00:00
Titus Tscharntke
a282cfe4e6
model cycle needs to be initialized with 0 ( said willvarfar )
2011-06-14 22:39:31 +00:00
Titus Tscharntke
86b926df1a
fix for shots( magic summoner and so on ). Not shure if I broke something with the new animated shot models. Willvarfar please look at it .
2011-06-13 23:43:47 +00:00
Mark Vejvoda
4aca4af404
- updated patch from willvarfar for animated models in particles
2011-06-11 00:26:26 +00:00
Mark Vejvoda
3efde1d31b
- added will's patch for splash particle animation support
2011-06-10 19:44:34 +00:00
Mark Vejvoda
7c43628643
- included patch from willvarfar for animated attack particles (thanks will)
2011-06-10 17:33:09 +00:00
Titus Tscharntke
7863212a94
fixes a memory problem with very small emission rates which might happen when a particle system has no more living particle.
2011-05-01 21:46:04 +00:00
Mark Vejvoda
3b56aa4475
- performance changes... (problem found by titi) most debug calls line are skipped when the debug flag is disabled even BEFORE getting into the handledebug method.
...
This improves performance VERY MUCH.
2011-03-28 03:54:23 +00:00
Titus Tscharntke
c54174061f
particles have more switches: day/night visibility , alternating value , radiusBasedStartenergy ( can be disabled now! )
2011-03-13 23:16:07 +00:00
Mark Vejvoda
2e5c5be357
- added more options to g3d viewer commandline options
2011-01-29 03:53:05 +00:00
Mark Vejvoda
d89953ee96
- improved performance and bug fixes.
2010-11-09 09:06:52 +00:00
Mark Vejvoda
d5117ed7fa
- cleaned up a whole pile of compiler warnings
2010-10-21 07:20:17 +00:00
Titus Tscharntke
268aa4793b
particle limits are back again
2010-10-06 17:04:51 +00:00
Titus Tscharntke
0e084cabd3
minifix for particles
...
transparency works a bit better with existing transparent models
2010-09-27 21:02:06 +00:00
Titus Tscharntke
3b1ef055b1
- new switch for unit_particle _systems called static-particle-count
...
- Bugfix for "wild particles". ( the splash particle systems never died before! )
- Better german language file ( cpu player have english words again, words like ultra are common enough in germany )
2010-09-25 14:38:00 +00:00
Titus Tscharntke
cd65927924
unit particles can now have float values for emission rates. This allows also emission rates smaller than 1 like 0.01 for example
2010-09-24 16:36:59 +00:00
Mark Vejvoda
958184e018
- more memory cleanup
2010-09-07 21:01:22 +00:00
Mark Vejvoda
9817e8a860
- memory leak fixes
2010-09-07 17:30:13 +00:00
Mark Vejvoda
ca30612c9c
- attempt to cleanup particles when a unit is deleted
2010-09-06 17:52:33 +00:00
Mark Vejvoda
0504ea3b97
- bugfix for particles when they finish
2010-08-27 03:06:28 +00:00
Mark Vejvoda
f3278c3cf3
- bugfixes for stack overflow issue (static array size too large causing chkstk errors)
2010-08-26 19:01:44 +00:00
Mark Vejvoda
5fb040c9f1
- Fixed bug related to particles not updating smoothly
2010-08-26 01:25:27 +00:00
Mark Vejvoda
0ef23749b8
- allow non visible particles to fade out when its time to do so
2010-08-25 19:46:22 +00:00
Mark Vejvoda
a48521b503
- added fire particles to the visible check to improve performance
2010-08-24 20:19:30 +00:00
Mark Vejvoda
3828d23670
- attempt to improve unit particle performance by ONLY updating unit particles progress if the particle is busy
2010-08-24 19:24:37 +00:00
Mark Vejvoda
0e3c0a8d0e
- disabled staggered unit updates
2010-08-24 02:49:55 +00:00
Mark Vejvoda
65cf1bfdac
- attempt to lessen memory footprint of particles and speed up rendering
2010-08-24 01:21:34 +00:00
Mark Vejvoda
04bb6659ce
Added more debugging and option to disable new streflop usage.
2010-05-01 20:14:25 +00:00