pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] [Bug #1464] Input System shouldn't use new/delete for event


From: nobody
Subject: [Pingus-CVS] [Bug #1464] Input System shouldn't use new/delete for events
Date: Mon, 21 Oct 2002 07:30:55 -0400

=================== BUG #1464: FULL BUG SNAPSHOT ===================
http://savannah.nongnu.org/bugs/?func=detailbug&bug_id=1464&group_id=2184

Submitted by: grumbel                   Project: Pingus                         
Submitted on: 2002-Oct-21 13:30
Category:  Input System                 Severity:  5 - Major                    
Bug Group:  Incorrect Behaviour         Resolution:  None                       
Assigned to:  None                      Status:  Open                           
Release:  0.5.0-CVS                     Platform Version:  None                 
Planned Release:  0.5.0                 

Summary:  Input System shouldn't use new/delete for events

Original Submission:  The input system makes heavily use of new/delete in its 
event handling, this should get reduced to the absolute minimum.

Possible solutions are to use a union for the events, similar like how SDL does 
it (see SDL/SDL_events.h) and then simply copy them by value around. This would 
look much nicer and would also be faster.



No Followups Have Been Posted


CC list is empty


No files currently attached


For detailed info, follow this link:
http://savannah.nongnu.org/bugs/?func=detailbug&bug_id=1464&group_id=2184




reply via email to

[Prev in Thread] Current Thread [Next in Thread]