ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/src/Daodan_BSL.c
(Generate patch)

Comparing Daodan/src/Daodan_BSL.c (file contents):
Revision 705 by alloc, Tue Mar 19 15:00:23 2013 UTC vs.
Revision 739 by iritscen, Sun Mar 24 14:41:49 2013 UTC

# Line 441 | Line 441 | KeyBit Actions1[32] = {
441          {"F6", Action_F6                       },
442          {"F7", Action_F7                        },
443          {"F8", Action_F8                        },
444 <        {"StartRecorn", Action_StartRecord        },      
444 >        {"StartRecord", Action_StartRecord        },      
445          {"StopRecord", Action_StopRecord            },    
446          {"PlayRecord", Action_PlayRecord              },  
447          {"F12", Action_F12                       },
# Line 889 | Line 889 | uint16_t ONICALL new_text(sl_callinfo* c
889          return 0;
890   }
891  
892 < void SLrDaodan_Initalize()
892 > void SLrDaodan_Initialize()
893   {
894          SLrConfig();
895  
# Line 923 | Line 923 | void SLrDaodan_Initalize()
923   //      SLrDaodan_Register_ReturnType("d_active","Returns a hex offset. ;)", "[ai_name:string | script_id:int]", sl_int32, bsl_getactiveoffset);
924  
925          SLrScript_Command_Register_Void("sprintf", "C-style sprintf.", "", bsl_sprintf);
926 <        SLrScript_Command_Register_ReturnType("st", "prints to console in color", "", sl_void, bsl_dprintcolored);
927 <        SLrScript_Command_Register_ReturnType("d_dprint", "prints to console in color", "", sl_void, bsl_dprintcolored);
926 >        SLrScript_Command_Register_ReturnType("st", "Prints to console in color", "", sl_void, bsl_dprintcolored);
927 >        SLrScript_Command_Register_ReturnType("d_dprint", "Prints to console in color", "", sl_void, bsl_dprintcolored);
928   }
929  
930   void SLrDaodan_Patch()

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)