Files
winix/core
Tomasz Sowa a6b06f82e9 fixed: compiling in the clang (new version of c++ std lib)
(added some header files)
added: three messsages in ticket plugin:
       // send by showtickets winix function when tickets are loaded (and sorted)
       // in p1 you have a pointer to the ticket tab: std::vector<Ticket::Ticket> (include "ticket.h")
       // in p2 you have a pointer to the sort tab:   std::vector<Item*>
       // those tables don't have to be equal in size (in the case when there is no some tickets in the database)
       #define WINIX_PL_TICKET_TICKETS_LOADED                 4106
       
       // a new ticket has been added
       // in p1 you have a pointer to the Ticket::Ticket structure (include "ticket.h")
       // in p2 you have a pointer to the Item structure
       #define WINIX_PL_TICKET_ADDED_NEW                              4107
       
       // a ticket has been changed
       // in p1 you have a pointer to the Ticket::Ticket structure (include "ticket.h")
       // in p2 you have a pointer to the Item structure
       #define WINIX_PL_TICKET_CHANGED                                        4108

added: two ezc functions for tickets:
       ticket_does_param_id_have_value()
       tickets_tab_does_param_id_have_value()
       (they take two integer arguments -- testing whether a specified param_id has the given value)
changed: some more minor additions in tickets templates




git-svn-id: svn://ttmath.org/publicrep/winix/trunk@932 e52654a7-88a9-db11-a3e9-0013d4bc506e
2013-10-10 11:59:21 +00:00
..
2012-04-30 22:53:54 +00:00
2013-04-02 22:24:30 +00:00
2011-01-23 14:15:30 +00:00
2012-09-19 23:17:10 +00:00
2012-09-19 23:17:10 +00:00
2011-06-21 21:24:49 +00:00
2011-01-23 14:15:30 +00:00
2012-03-09 02:36:25 +00:00
2012-03-09 02:36:25 +00:00
2013-03-29 22:03:28 +00:00
2013-03-29 22:03:28 +00:00
2012-04-30 22:53:54 +00:00
2010-02-28 00:08:10 +00:00
2011-01-23 14:15:30 +00:00
2013-05-16 19:26:44 +00:00
2013-03-29 22:03:28 +00:00
2013-03-29 22:03:28 +00:00
2011-01-23 14:15:30 +00:00
2011-06-21 21:24:49 +00:00
2012-03-17 05:11:23 +00:00
2012-03-17 05:11:23 +00:00
2011-01-23 14:15:30 +00:00
2012-10-27 10:14:07 +00:00
2012-10-27 10:14:07 +00:00
2012-05-24 21:09:37 +00:00
2012-03-17 05:11:23 +00:00
2012-03-09 02:36:25 +00:00
2012-05-30 19:04:18 +00:00
2012-05-30 19:04:18 +00:00
2013-03-29 22:03:28 +00:00